In the Linux kernel, the following vulnerability has been resolved:
remoteproc: imxrproc: Fix refcount leak in imxrprocaddrinit
ofparsephandle() returns a node pointer with refcount incremented, we should use ofnodeput() on it when not needed anymore. This function has two paths missing ofnodeput().