In the Linux kernel, the following vulnerability has been resolved:
drm/amd/display: Check null-initialized variables
[WHAT & HOW]
drr_timing and subvp_pipe are initialized to null and they are not
always assigned new values. It is necessary to check for null before
dereferencing.
This fixes 2 FORWARD_NULL issues reported by Coverity.
References
Configurations
Configuration 1 (hide)
|
History
14 Dec 2024, 21:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
09 Dec 2024, 13:10
Type | Values Removed | Values Added |
---|---|---|
References |
|
Information
Published : 2024-10-21 18:15
Updated : 2024-12-14 21:15
NVD link : CVE-2024-49898
Mitre link : CVE-2024-49898
CVE.ORG link : CVE-2024-49898
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference