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.
https://git.kernel.org/stable/c/526c132124a62be486bad1701f7e8e92212ccec6
https://git.kernel.org/stable/c/0104dcdaad3a7afd141e79a5fb817a92ada910ac