From: Eric Dumazet Date: Fri, 19 Feb 2010 14:28:38 +0000 (+0100) Subject: netfilter: nf_queue: fix NF_STOLEN skb leak X-Git-Tag: v2.6.34-rc1~233^2~126^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64507fdbc29c3a622180378210ecea8659b14e40;p=pandora-kernel.git netfilter: nf_queue: fix NF_STOLEN skb leak commit 3bc38712e3a6e059 (handle NF_STOP and unknown verdicts in nf_reinject) was a partial fix to packet leaks. If user asks NF_STOLEN status, we must free the skb as well. Reported-by: Afi Gjermund Signed-off-by: Eric DUmazet Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed