In the Linux kernel, the following vulnerability has been...
Unreviewed
Published
Jun 19, 2024
to the GitHub Advisory Database
•
Updated Jun 19, 2024
Description
Published by the National Vulnerability Database
Jun 19, 2024
Published to the GitHub Advisory Database
Jun 19, 2024
Last updated
Jun 19, 2024
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.
References