In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Mar 25, 2024
to the GitHub Advisory Database
•
Updated Dec 12, 2024
Description
Published by the National Vulnerability Database
Mar 25, 2024
Published to the GitHub Advisory Database
Mar 25, 2024
Last updated
Dec 12, 2024
In the Linux kernel, the following vulnerability has been resolved:
net: fec: fix the potential memory leak in fec_enet_init()
If the memory allocated for cbd_base is failed, it should
free the memory allocated for the queues, otherwise it causes
memory leak.
And if the memory allocated for the queues is failed, it can
return error directly.
References