]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: x_tables: add counters allocation wrapper
authorFlorian Westphal <fw@strlen.de>
Tue, 27 Feb 2018 18:42:33 +0000 (19:42 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 5 Mar 2018 22:15:43 +0000 (23:15 +0100)
commite3846f259c5752fe2ae1bf96635334bc04d7c9f5
tree3e3b78cb632b28a76a764889f71c8e77f1e440c9
parentb2c05e20574547d298ba439eb195670dc66ba759
netfilter: x_tables: add counters allocation wrapper

allows to have size checks in a single spot.
This is supposed to reduce oom situations when fuzz-testing xtables.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/linux/netfilter/x_tables.h
net/ipv4/netfilter/arp_tables.c
net/ipv4/netfilter/ip_tables.c
net/ipv6/netfilter/ip6_tables.c
net/netfilter/x_tables.c