← Back to CVE List

CVE-2024-27077

Published: 2024-05-01T13:15Z
Last Modified: 2024-12-23T14:38Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: media: v4l2-mem2mem: fix a memleak in v4l2_m2m_register_entity The entity->name (i.e. name) is allocated in v4l2_m2m_register_entity but isn't freed in its following error-handling paths. This patch adds such deallocation to prevent memleak of entity->name. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt