In the Linux kernel, the following vulnerability has been resolved: ath10k: Fix error handling in ath10ksetupmsaresources The devicenode pointer is returned by ofparsephandle() with refcount incremented. We should use ofnodeput() on it when done. This function only calls ofnodeput() in the regular path. And it will cause refcount leak in error path.