In the Linux kernel, the following vulnerability has been...
Unreviewed
Published
Dec 28, 2024
to the GitHub Advisory Database
•
Updated Dec 28, 2024
Description
Published by the National Vulnerability Database
Dec 28, 2024
Published to the GitHub Advisory Database
Dec 28, 2024
Last updated
Dec 28, 2024
In the Linux kernel, the following vulnerability has been resolved:
EDAC/igen6: Avoid segmentation fault on module unload
The segmentation fault happens because:
During modprobe:
&igen6_pvt->imc[mc]
During rmmod:
Fix this issue by setting mci->pvt_info to NULL to avoid the double
kfree.
References