In the Linux kernel, the following vulnerability has been resolved:
powerpc/cell/axonmsi: Fix refcount leak in setupmsimsgaddress
ofgetnextparent() returns a node pointer with refcount incremented, we should use ofnodeput() on it when not need anymore. Add missing ofnode_put() in the error path to avoid refcount leak.