← Back to CVE List

CVE-2021-47150

Published: 2024-03-25T09:15Z
Last Modified: 2024-12-12T15:41Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt