Vulnerability CVE-2024-46778


Published: 2024-09-18

Description:
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:
https://git.kernel.org/stable/c/4e2b49a85e7974d21364798c5d4aa8070aa864d9
https://git.kernel.org/stable/c/a7b38c7852093385d0605aa3c8a2efd6edd1edfd

Copyright 2026, cxsecurity.com

 

Back to Top