cve/2024/CVE-2024-56777.md
2025-09-29 21:09:30 +02:00

933 B

CVE-2024-56777

Description

In the Linux kernel, the following vulnerability has been resolved:drm/sti: avoid potential dereference of error pointers in sti_gdp_atomic_checkThe return value of drm_atomic_get_crtc_state() needs to bechecked. To avoid use of error pointer 'crtc_state' in caseof the failure.

POC

Reference

No PoCs from references.

Github