In the Linux kernel, the following vulnerability has been resolved:
pinctrl: nomadik: Add missing ofnodeput() in nmkpinctrlprobe
This node pointer is returned by ofparsephandle() with refcount incremented in this function. Calling ofnodeput() to avoid the refcount leak.