ipv4: Put proper checks into icmp_socket_deliver().
authorDavid S. Miller <davem@davemloft.net>
Thu, 12 Jul 2012 15:06:04 +0000 (08:06 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 Jul 2012 15:06:04 +0000 (08:06 -0700)
All handler->err() routines expect that we've done a pskb_may_pull()
test to make sure that IP header length + 8 bytes can be safely
pulled.

Reported-by: Hiroaki SHIMODA <shimoda.hiroaki@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found