CVE Published: 19/06/2024 |
CVE Updated: 05/11/2024 |
CVE Year: 2024 Source: Linux |
Vendor: Linux |
Product: Linux Status : PUBLISHED
CVE-2024-38615 Description
In the Linux kernel, the following vulnerability has been resolved:
cpufreq: exit() callback is optional
The exit() callback is optional and shouldn\'t be called without checking
a valid pointer first.
Also, we must clear freq_table pointer even if the exit() callback isn\'t
present.