In the Linux kernel, the following vulnerability has been resolved:
ASoC: samsung: Fix refcount leak in ariesaudioprobe
ofparsephandle() returns a node pointer with refcount incremented, we should use ofnodeput() on it when done. If extconfindedevbynode() fails, it doesn't call ofnodeput() Calling ofnodeput() after extconfindedevbynode() to fix this.