linux/net/ipv4/netfilter
Florian Westphal 43016d02cf netfilter: arptables: use pernet ops struct during unregister
Like with iptables and ebtables, hook unregistration has to use the
pernet ops struct, not the template.

This triggered following splat:
  hook not found, pf 3 num 0
  WARNING: CPU: 0 PID: 224 at net/netfilter/core.c:480 __nf_unregister_net_hook+0x1eb/0x610 net/netfilter/core.c:480
[..]
 nf_unregister_net_hook net/netfilter/core.c:502 [inline]
 nf_unregister_net_hooks+0x117/0x160 net/netfilter/core.c:576
 arpt_unregister_table_pre_exit+0x67/0x80 net/ipv4/netfilter/arp_tables.c:1565

Fixes: f9006acc8d ("netfilter: arp_tables: pass table pointer via nf_hook_ops")
Reported-by: syzbot+dcccba8a1e41a38cb9df@syzkaller.appspotmail.com
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
2021-05-03 23:04:01 +02:00
..
Kconfig
Makefile
arp_tables.c netfilter: arptables: use pernet ops struct during unregister 2021-05-03 23:04:01 +02:00
arpt_mangle.c
arptable_filter.c netfilter: arptables: use pernet ops struct during unregister 2021-05-03 23:04:01 +02:00
ip_tables.c netfilter: allow to turn off xtables compat layer 2021-04-26 18:16:56 +02:00
ipt_CLUSTERIP.c netfilter: allow to turn off xtables compat layer 2021-04-26 18:16:56 +02:00
ipt_ECN.c
ipt_REJECT.c
ipt_SYNPROXY.c
ipt_ah.c
ipt_rpfilter.c
iptable_filter.c netfilter: ip_tables: pass table pointer via nf_hook_ops 2021-04-26 03:20:46 +02:00
iptable_mangle.c netfilter: ip_tables: pass table pointer via nf_hook_ops 2021-04-26 03:20:46 +02:00
iptable_nat.c netfilter: ip_tables: pass table pointer via nf_hook_ops 2021-04-26 03:20:46 +02:00
iptable_raw.c netfilter: ip_tables: pass table pointer via nf_hook_ops 2021-04-26 03:20:46 +02:00
iptable_security.c netfilter: ip_tables: pass table pointer via nf_hook_ops 2021-04-26 03:20:46 +02:00
nf_defrag_ipv4.c
nf_dup_ipv4.c
nf_flow_table_ipv4.c
nf_nat_h323.c
nf_nat_pptp.c
nf_nat_snmp_basic.asn1
nf_nat_snmp_basic_main.c
nf_reject_ipv4.c
nf_socket_ipv4.c
nf_tproxy_ipv4.c
nft_dup_ipv4.c
nft_fib_ipv4.c
nft_reject_ipv4.c