In the Linux kernel, the following vulnerability has been resolved:
media: xilinx: vipp: Fix refcount leak in xvip_graph_dma_init
of_get_child_by_name() returns a node pointer with refcount
incremented, we should use of_node_put() on it when not need anymore.
Add missing of_node_put() to avoid refcount leak.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2025-09-15 15:15
Updated : 2025-12-04 15:28
NVD link : CVE-2022-50309
Mitre link : CVE-2022-50309
CVE.ORG link : CVE-2022-50309
JSON object : View
Products Affected
linux
- linux_kernel
CWE
