[NETFILTER]: SIP conntrack: fix out of bounds memory access
authorPatrick McHardy <kaber@trash.net>
Tue, 30 Jan 2007 22:25:24 +0000 (14:25 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 30 Jan 2007 22:25:24 +0000 (14:25 -0800)
commitadcb4711101dfef89d473f64a913089d303962ae
treec582cac3adbfd25fe09f91f9a62cfdbcfcb62714
parent7da5bfbb12e327b3a347ee3e076957cd6564eb56
[NETFILTER]: SIP conntrack: fix out of bounds memory access

When checking for an @-sign in skp_epaddr_len, make sure not to
run over the packet boundaries.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/netfilter/ip_conntrack_sip.c
net/netfilter/nf_conntrack_sip.c