CVE-2024-27077

Publication date

2024-05-01 13:04:51

Family

Linux

State

PUBLISHED

Description

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 isnt freed in its following error-handling paths. This patch adds such deallocation to prevent memleak of entity->name.