In the Linux kernel, the following vulnerability has been resolved:
drm/amd/display: Fix variable deferencing before NULL check in edp_setup_replay()
In edp_setup_replay(), 'struct dc *dc' & 'struct dmub_replay *replay'
was dereferenced before the pointer 'link' & 'replay' NULL check.
Fixes the below:
drivers/gpu/drm/amd/amdgpu/../display/dc/link/protocols/link_edp_panel_control.c:947 edp_setup_replay() warn: variable dereferenced before check 'link' (see line 933)
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-03-26 18:15
Updated : 2025-04-08 19:29
NVD link : CVE-2024-26648
Mitre link : CVE-2024-26648
CVE.ORG link : CVE-2024-26648
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference
