In the Linux kernel, the following vulnerability has been resolved:
drm/amd/display: Fix incorrect size calculation for loop
[WHY]
fe_clk_en has size of 5 but sizeof(fe_clk_en) has byte size 20 which is
lager than the array size.
[HOW]
Divide byte size 20 by its element size.
This fixes 2 OVERRUN issues reported by Coverity.
CVSS
No CVSS.
References
Configurations
No configuration.
History
No history.
Information
Published : 2024-09-18 07:15
Updated : 2024-09-20 12:30
NVD link : CVE-2024-46729
Mitre link : CVE-2024-46729
CVE.ORG link : CVE-2024-46729
JSON object : View
Products Affected
No product.
CWE
No CWE.