In the Linux kernel, the following vulnerability has been resolved:
drm/amd/display: Pass non-null to dcn20_validate_apply_pipe_split_flags
[WHAT & HOW]
"dcn20_validate_apply_pipe_split_flags" dereferences merge, and thus it
cannot be a null pointer. Let's pass a valid pointer to avoid null
dereference.
This fixes 2 FORWARD_NULL issues reported by Coverity.
References
Configurations
Configuration 1 (hide)
|
History
21 Feb 2025, 14:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
Information
Published : 2024-10-21 18:15
Updated : 2025-02-21 14:15
NVD link : CVE-2024-49923
Mitre link : CVE-2024-49923
CVE.ORG link : CVE-2024-49923
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference