Security Advisory

CVE-2022-48965

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-10-21 20:05:48
Last updated 2026-05-11 18:50:35
Assigner Linux
State PUBLISHED

Description

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().