In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Dec 28, 2024
to the GitHub Advisory Database
•
Updated Sep 26, 2025
Description
Published by the National Vulnerability Database
Dec 28, 2024
Published to the GitHub Advisory Database
Dec 28, 2024
Last updated
Sep 26, 2025
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 function
can return before they get updated for the first time or the attempt to
free the memory pointed to by them upon function return may crash the
kernel.
Fix this issue in some places in the thermal testing code.
References