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