cve/2024/CVE-2024-56676.md
2025-09-29 16:08:36 +00:00

954 B

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.

Github