In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Mar 2, 2024
to the GitHub Advisory Database
•
Updated Nov 4, 2024
Description
Published by the National Vulnerability Database
Mar 1, 2024
Published to the GitHub Advisory Database
Mar 2, 2024
Last updated
Nov 4, 2024
In the Linux kernel, the following vulnerability has been resolved:
uio_hv_generic: Fix another memory leak in error handling paths
Memory allocated by 'vmbus_alloc_ring()' at the beginning of the probe
function is never freed in the error handling path.
Add the missing 'vmbus_free_ring()' call.
Note that it is already freed in the .remove function.
References