Revision cf36dd2f7793e8b2723e3eca518fff1be840a297 authored by Nishka Dasgupta on 16 July 2019, 05:55:04 UTC, committed by David S. Miller on 16 July 2019, 19:38:37 UTC
Each iteration of for_each_child_of_node puts the previous node, but in
the case of a goto from the middle of the loop, there is no put, thus
causing a memory leak. Hence add an of_node_put before the goto.
Issue found with Coccinelle.

Signed-off-by: Nishka Dasgupta <nishkadg.linux@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 64fc973
Raw File
.cocciconfig
[spatch]
	options = --timeout 200
	options = --use-gitgrep
back to top