mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
1.0 KiB
1.0 KiB
CVE-2024-56676
Description
In the Linux kernel, the following vulnerability has been resolved:thermal: testing: Initialize some variables annoteded with _free()Variables annotated with __free() need to be initialized if the functioncan return before they get updated for the first time or the attempt tofree the memory pointed to by them upon function return may crash thekernel.Fix this issue in some places in the thermal testing code.
POC
Reference
No PoCs from references.