CVE-2024-46778

Publication date

2024-09-18 07:12:35

Family

Linux

State

PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check UnboundedRequestEnableds value CalculateSwathAndDETConfiguration_params_sts 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.