Revision f92a80a9972175a6a1d36c6c44be47fb0efd020d authored by Daniele Di Proietto on 28 November 2016, 23:43:53 UTC, committed by David S. Miller on 30 November 2016, 16:00:45 UTC
If nf_ct_frag6_gather() returns an error other than -EINPROGRESS, it
means that we still have a reference to the skb.  We should free it
before returning from handle_fragments, as stated in the comment above.

Fixes: daaa7d647f81 ("netfilter: ipv6: avoid nf_iterate recursion")
CC: Florian Westphal <fw@strlen.de>
CC: Pravin B Shelar <pshelar@ovn.org>
CC: Joe Stringer <joe@ovn.org>
Signed-off-by: Daniele Di Proietto <diproiettod@ovn.org>
Acked-by: Pravin B Shelar <pshelar@ovn.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent f2ebf2a
History
File Mode Size
lxdialog
.gitignore -rw-r--r-- 167 bytes
Makefile -rw-r--r-- 10.6 KB
POTFILES.in -rw-r--r-- 361 bytes
check.sh -rwxr-xr-x 214 bytes
conf.c -rw-r--r-- 15.7 KB
confdata.c -rw-r--r-- 25.6 KB
expr.c -rw-r--r-- 26.9 KB
expr.h -rw-r--r-- 7.0 KB
gconf.c -rw-r--r-- 38.2 KB
gconf.glade -rw-r--r-- 25.0 KB
images.c -rw-r--r-- 6.4 KB
kxgettext.c -rw-r--r-- 4.1 KB
list.h -rw-r--r-- 3.6 KB
lkc.h -rw-r--r-- 4.4 KB
lkc_proto.h -rw-r--r-- 2.1 KB
mconf.c -rw-r--r-- 27.7 KB
menu.c -rw-r--r-- 16.8 KB
merge_config.sh -rwxr-xr-x 4.2 KB
nconf.c -rw-r--r-- 38.5 KB
nconf.gui.c -rw-r--r-- 14.5 KB
nconf.h -rw-r--r-- 1.9 KB
qconf.cc -rw-r--r-- 44.1 KB
qconf.h -rw-r--r-- 7.4 KB
streamline_config.pl -rwxr-xr-x 16.2 KB
symbol.c -rw-r--r-- 29.7 KB
util.c -rw-r--r-- 2.9 KB
zconf.gperf -rw-r--r-- 1.4 KB
zconf.hash.c_shipped -rw-r--r-- 12.2 KB
zconf.l -rw-r--r-- 6.9 KB
zconf.lex.c_shipped -rw-r--r-- 58.5 KB
zconf.tab.c_shipped -rw-r--r-- 75.6 KB
zconf.y -rw-r--r-- 15.4 KB

back to top