← Back to CVE List

CVE-2024-49922

Published: 2024-10-21T18:15Z
Last Modified: 2024-10-25T14:56Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null pointers before using them [WHAT & HOW] These pointers are null checked previously in the same function, indicating they might be null as reported by Coverity. As a result, they need to be checked when used again. This fixes 3 FORWARD_NULL issue reported by Coverity. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt