aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
diff options
context:
space:
mode:
authorKuan-Wei Chiu <[email protected]>2023-09-24 14:26:33 +0000
committerArd Biesheuvel <[email protected]>2023-10-13 10:32:37 +0000
commit0d3ad1917996839a5042d18f04e41915cfa1b74a (patch)
tree891cd5b7328e3efd4a8f6c0a53a7b79fb66bfa31 /drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c
parentx86/efistub: Don't try to print after ExitBootService() (diff)
downloadkernel-0d3ad1917996839a5042d18f04e41915cfa1b74a.tar.gz
kernel-0d3ad1917996839a5042d18f04e41915cfa1b74a.zip
efi: fix memory leak in krealloc failure handling
In the previous code, there was a memory leak issue where the previously allocated memory was not freed upon a failed krealloc operation. This patch addresses the problem by releasing the old memory before setting the pointer to NULL in case of a krealloc failure. This ensures that memory is properly managed and avoids potential memory leaks. Signed-off-by: Kuan-Wei Chiu <[email protected]> Signed-off-by: Ard Biesheuvel <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c')
0 files changed, 0 insertions, 0 deletions