In the Linux kernel, the following vulnerability has been resolved:
drm/amd/display: Initialize denominators' default to 1
[WHAT & HOW]
Variables used as denominators and maybe not assigned to other values,
should not be 0. Change their default to 1 so they are never 0.
This fixes 10 DIVIDE_BY_ZERO issues reported by Coverity.
References
Configurations
History
14 Dec 2024, 21:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
09 Dec 2024, 13:10
Type | Values Removed | Values Added |
---|---|---|
References |
|
Information
Published : 2024-10-21 18:15
Updated : 2024-12-14 21:15
NVD link : CVE-2024-49899
Mitre link : CVE-2024-49899
CVE.ORG link : CVE-2024-49899
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-369
Divide By Zero