]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
netfilter: nft_ct: fix random validation errors for zone set support
authorFlorian Westphal <fw@strlen.de>
Mon, 13 Feb 2017 21:26:49 +0000 (22:26 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 23 Feb 2017 20:50:28 +0000 (21:50 +0100)
commit427345d61297f5a501114b2c02e6af06a9768788
treeba38e8f98ce74db5d4ae872d6a8c188656a9156c
parent9c4713701c01e4cef6e2315c2818abc919ffb0de
netfilter: nft_ct: fix random validation errors for zone set support

Dan reports:
 net/netfilter/nft_ct.c:549 nft_ct_set_init()
 error: uninitialized symbol 'len'.

Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Fixes: edee4f1e924582 ("netfilter: nft_ct: add zone id set support")
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nft_ct.c