In the Linux kernel, the following vulnerability has been resolved:
drm/amd/display: Check UnboundedRequestEnabled's value
CalculateSwathAndDETConfiguration_params_st's UnboundedRequestEnabled
is a pointer (i.e. dml_bool_t *UnboundedRequestEnabled), and thus
if (p->UnboundedRequestEnabled) checks its address, not bool value.
This fixes 1 REVERSE_INULL issue reported by Coverity.
References
Configurations
History
No history.
Information
Published : 2024-09-18 08:15
Updated : 2024-11-20 17:40
NVD link : CVE-2024-46778
Mitre link : CVE-2024-46778
CVE.ORG link : CVE-2024-46778
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference