Lucene search

K
ubuntucveUbuntu.comUB:CVE-2024-42119
HistoryJul 30, 2024 - 12:00 a.m.

CVE-2024-42119

2024-07-3000:00:00
ubuntu.com
ubuntu.com
2
linux kernel
drm/amd/display
vulnerability
resolved
overrun
coverity
unix

AI Score

7.1

Confidence

Low

In the Linux kernel, the following vulnerability has been resolved:
drm/amd/display: Skip finding free audio for unknown engine_id
[WHY]
ENGINE_ID_UNKNOWN = -1 and can not be used as an array index. Plus, it
also means it is uninitialized and does not need free audio.
[HOW]
Skip and return NULL.
This fixes 2 OVERRUN issues reported by Coverity.