In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3: Fix error handling in gicpopulateppipartitions 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 output_node label.