In the Linux kernel, the following vulnerability has been resolved: memory: of: Fix refcount leak bug in ofgetddrtimings() We should add the ofnodeput() when breaking out of foreachchildof_node() as it will automatically increase and decrease the refcount.