In the Linux kernel, the following vulnerability has been resolved:
gpio/rockchip: fix refcount leak in rockchip_gpiolib_register()
The node returned by of_get_parent() with refcount incremented,
of_node_put() needs be called when finish using it. So add it in the
end of of_pinctrl_get().
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-10-21 20:15
Updated : 2024-10-25 20:06
NVD link : CVE-2022-48965
Mitre link : CVE-2022-48965
CVE.ORG link : CVE-2022-48965
JSON object : View
Products Affected
linux
- linux_kernel
CWE