In the Linux kernel, the following vulnerability has been resolved:
clk: tegra: Fix refcount leak in tegra210_clock_init
of_find_matching_node() 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-10-01 12:15
Updated : 2026-01-16 19:24
NVD link : CVE-2022-50458
Mitre link : CVE-2022-50458
CVE.ORG link : CVE-2022-50458
JSON object : View
Products Affected
linux
- linux_kernel
CWE
