In the Linux kernel, the following vulnerability has been resolved:
drm/amd/display: Ensure array index tg_inst won't be -1
[WHY & HOW]
tg_inst will be a negative if timing_generator_count equals 0, which
should be checked before used.
This fixes 2 OVERRUN issues reported by Coverity.
References
Configurations
History
No history.
Information
Published : 2024-09-18 07:15
Updated : 2024-09-30 12:49
NVD link : CVE-2024-46730
Mitre link : CVE-2024-46730
CVE.ORG link : CVE-2024-46730
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-191
Integer Underflow (Wrap or Wraparound)