In the Linux kernel, the following vulnerability has been resolved:
drm/amd/display: Fix overlapping copy within dml_core_mode_programming
[WHY]
&mode_lib->mp.Watermark and &locals->Watermark are
the same address. memcpy may lead to unexpected behavior.
[HOW]
memmove should be used.
References
Configurations
History
No history.
Information
Published : 2024-07-30 08:15
Updated : 2024-11-21 09:33
NVD link : CVE-2024-42227
Mitre link : CVE-2024-42227
CVE.ORG link : CVE-2024-42227
JSON object : View
Products Affected
linux
- linux_kernel
CWE