← Back to CVE List

CVE-2024-46816

Published: 2024-09-27T13:15Z
Last Modified: 2024-11-20T18:02Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt