]> git.ipfire.org Git - people/arne_f/kernel.git/commit
netfilter: x_tables: assert minimum target size
authorFlorian Westphal <fw@strlen.de>
Fri, 1 Apr 2016 12:17:25 +0000 (14:17 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 Jun 2016 17:15:30 +0000 (10:15 -0700)
commit412f0324bf5f7d719ee0cf8d9610745b1a11cb7b
tree9c9a7418ebbddba71502e5e6976adddb9a1b3202
parentc7118d93d1a761b156e282bce9d11850eec7ac3b
netfilter: x_tables: assert minimum target size

commit a08e4e190b866579896c09af59b3bdca821da2cd upstream.

The target size includes the size of the xt_entry_target struct.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/netfilter/x_tables.c