CVE-2024-46729
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
18/09/2024
Last modified:
20/09/2024
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
drm/amd/display: Fix incorrect size calculation for loop<br />
<br />
[WHY]<br />
fe_clk_en has size of 5 but sizeof(fe_clk_en) has byte size 20 which is<br />
lager than the array size.<br />
<br />
[HOW]<br />
Divide byte size 20 by its element size.<br />
<br />
This fixes 2 OVERRUN issues reported by Coverity.