In the Linux kernel, the following vulnerability has been resolved:
drm/amd/display: Stop amdgpu_dm initialize when link nums greater than max_links
[Why]
Coverity report OVERRUN warning. There are
only max_links elements within dc->links. link
count could up to AMDGPU_DM_MAX_DISPLAY_INDEX 31.
[How]
Make sure link count less than max_links.
References
Configurations
History
25 Apr 2025, 11:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
Information
Published : 2024-09-27 13:15
Updated : 2025-04-25 11:15
NVD link : CVE-2024-46816
Mitre link : CVE-2024-46816
CVE.ORG link : CVE-2024-46816
JSON object : View
Products Affected
linux
- linux_kernel
CWE