In the Linux kernel, the following vulnerability has been...
High severity
Unreviewed
Published
Mar 3, 2024
to the GitHub Advisory Database
•
Updated Nov 6, 2024
Description
Published by the National Vulnerability Database
Mar 2, 2024
Published to the GitHub Advisory Database
Mar 3, 2024
Last updated
Nov 6, 2024
In the Linux kernel, the following vulnerability has been resolved:
power: supply: rk817: Fix node refcount leak
Dan Carpenter reports that the Smatch static checker warning has found
that there is another refcount leak in the probe function. While
of_node_put() was added in one of the return paths, it should in
fact be added for ALL return paths that return an error and at driver
removal time.
References