In the Linux kernel, the following vulnerability has been resolved:
irqchip/gic-v3: Fix error handling in gicpopulateppi_partitions
ofgetchildbyname() returns a node pointer with refcount incremented, we should use ofnodeput() on it when not need anymore. When kcalloc fails, it missing ofnodeput() and results in refcount leak. Fix this by goto outputnode label.