Security Advisory

CVE-2024-27078

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-05-01 13:04:54
Last updated 2026-05-12 11:51:31
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: media: v4l2-tpg: fix some memleaks in tpg_alloc In tpg_alloc, resources should be deallocated in each and every error-handling paths, since they are allocated in for statements. Otherwise there would be memleaks because tpg_free is called only when tpg_alloc return 0.