]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: synproxy: Check oom when adding synproxy and seqadj ct extensions
authorGao Feng <fgao@ikuai8.com>
Tue, 13 Sep 2016 00:49:18 +0000 (08:49 +0800)
committerPablo Neira Ayuso <pablo@netfilter.org>
Tue, 13 Sep 2016 08:50:56 +0000 (10:50 +0200)
commitf113961147fba77adc4711951075ac74d72c0892
tree0fd1a6441ee46cc957ec089b158af8ca0efa90f8
parent17e579f86e3d35a81c5e18c6f1821938b9538112
netfilter: synproxy: Check oom when adding synproxy and seqadj ct extensions

When memory is exhausted, nfct_seqadj_ext_add may fail to add the
synproxy and seqadj extensions. The function nf_ct_seqadj_init doesn't
check if get valid seqadj pointer by the nfct_seqadj.

Now drop the packet directly when fail to add seqadj extension to
avoid dereference NULL pointer in nf_ct_seqadj_init from
init_conntrack().

Signed-off-by: Gao Feng <fgao@ikuai8.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/net/netfilter/nf_conntrack_synproxy.h
net/netfilter/nf_conntrack_core.c
net/netfilter/nf_nat_core.c