]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: ct_extend: fix the wrong alloc_size
authorChangli Gao <xiaosuo@gmail.com>
Mon, 15 Nov 2010 10:47:52 +0000 (11:47 +0100)
committerPatrick McHardy <kaber@trash.net>
Mon, 15 Nov 2010 10:47:52 +0000 (11:47 +0100)
commit8e5275945b7832956bb24719a997e72a65c58d27
tree3399c888cc959adc1dfca183e343abff0ce81b78
parent1adbeb4f93d3bbbcea8c15b544b9c57031ad1304
netfilter: ct_extend: fix the wrong alloc_size

In function update_alloc_size(), sizeof(struct nf_ct_ext) is added twice
wrongly.

Signed-off-by: Changli Gao <xiaosuo@gmail.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
net/netfilter/nf_conntrack_extend.c