From: Pablo Neira Ayuso Date: Fri, 1 Aug 2014 17:32:41 +0000 (+0200) Subject: netfilter: nf_tables: uninitialize element key/data from the commit path X-Git-Tag: omap-for-v3.17/fixes-against-rc2~76^2~17^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3716e70e1def691ad39e0f908fea0870ce010d9;p=pandora-kernel.git netfilter: nf_tables: uninitialize element key/data from the commit path This should happen once the element has been effectively released in the commit path, not before. This fixes a possible chain refcount leak if the transaction is aborted. Reported-by: Thomas Graf Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed