3 matches found
CVE-2026-64241
The CVE-2026-64241 entry describes a Linux kernel GPIO driver issue for Rockchip: teardown bugs and resource leaks in the rockchip GPIO driver. Root causes include (1) a debounce clock reference leak from of_clk_get() without a corresponding clk_put(), fix requires a devm action to release on unb...
CVE-2022-48965
In the Linux kernel, the following vulnerability has been resolved: gpio/rockchip: fix refcount leak in rockchipgpiolibregister The node returned by ofgetparent with refcount incremented, ofnodeput needs be called when finish using it. So add it in the end of ofpinctrlget...
CVE-2022-48965 gpio/rockchip: fix refcount leak in rockchip_gpiolib_register()
In the Linux kernel, the following vulnerability has been resolved: gpio/rockchip: fix refcount leak in rockchipgpiolibregister The node returned by ofgetparent with refcount incremented, ofnodeput needs be called when finish using it. So add it in the end of ofpinctrlget...