Vulnerability CVE-2024-46730


Published: 2024-09-18

Description:
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:
https://git.kernel.org/stable/c/a64284b9e1999ad5580debced4bc6d6adb28aad4
https://git.kernel.org/stable/c/687fe329f18ab0ab0496b20ed2cb003d4879d931

Copyright 2026, cxsecurity.com

 

Back to Top