l2tp: fix l2tp_udp_recv_core()
authorEric Dumazet <eric.dumazet@gmail.com>
Tue, 8 Nov 2011 18:59:44 +0000 (13:59 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 8 Nov 2011 18:59:44 +0000 (13:59 -0500)
pskb_may_pull() can change skb->data, so we have to load ptr/optr at the
right place.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found