[ICMP]: Restore pskb_pull calls in receive function
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 5 Feb 2008 11:15:50 +0000 (03:15 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 5 Feb 2008 11:15:50 +0000 (03:15 -0800)
commit8cf229437fd826c32a44546899412b1eb3e1db6f
tree3afef8d1a3839b1ede06c738a0847f06bb3da3dd
parent5d8c0aa9433b09387d9021358baef7939f9b32c4
[ICMP]: Restore pskb_pull calls in receive function

Somewhere along the development of my ICMP relookup patch the header
length check went AWOL on the non-IPsec path.  This patch restores the
check.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/icmp.c
net/ipv6/icmp.c