In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Jul 12, 2024
to the GitHub Advisory Database
•
Updated Aug 21, 2024
Description
Published by the National Vulnerability Database
Jul 12, 2024
Published to the GitHub Advisory Database
Jul 12, 2024
Last updated
Aug 21, 2024
In the Linux kernel, the following vulnerability has been resolved:
cpufreq: amd-pstate: fix memory leak on CPU EPP exit
The cpudata memory from kzalloc() in amd_pstate_epp_cpu_init() is
not freed in the analogous exit function, so fix that.
[ rjw: Subject and changelog edits ]
References