In the Linux kernel, the following vulnerability has been resolved:
hwmon: (nct7363) Fix a resource leak in nct7363presentpwm_fanin
When calling ofparsephandlewithargs(), the caller is responsible to call ofnodeput() to release the reference of device node. In nct7363presentpwm_fanin, it does not release the reference, causing a resource leak.