In the Linux kernel, the following vulnerability has been resolved:
drm/amdgpu: fix double free err_addr pointer warnings
In amdgpu_umc_bad_page_polling_timeout, the amdgpu_umc_handle_bad_pages
will be run many times so that double free err_addr in some special case.
So set the err_addr to NULL to avoid the warnings.
References
Configurations
History
No history.
Information
Published : 2024-07-30 08:15
Updated : 2024-11-21 09:33
NVD link : CVE-2024-42123
Mitre link : CVE-2024-42123
CVE.ORG link : CVE-2024-42123
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-415
Double Free