OSDN Git Service

netfilter: ebtables: also count base chain policies
authorFlorian Westphal <fw@strlen.de>
Mon, 29 Jul 2019 15:58:10 +0000 (17:58 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Tue, 30 Jul 2019 11:37:44 +0000 (13:37 +0200)
commit3b48300d5cc7c7bed63fddb006c4046549ed4aec
tree426465a2f608a3943e748821242f41c336928d56
parent91826ba13855f73e252fef68369b3b0e1ed25253
netfilter: ebtables: also count base chain policies

ebtables doesn't include the base chain policies in the rule count,
so we need to add them manually when we call into the x_tables core
to allocate space for the comapt offset table.

This lead syzbot to trigger:
WARNING: CPU: 1 PID: 9012 at net/netfilter/x_tables.c:649
xt_compat_add_offset.cold+0x11/0x36 net/netfilter/x_tables.c:649

Reported-by: syzbot+276ddebab3382bbf72db@syzkaller.appspotmail.com
Fixes: 2035f3ff8eaa ("netfilter: ebtables: compat: un-break 32bit setsockopt when no rules are present")
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/bridge/netfilter/ebtables.c