]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit239b7cbcfeea43c5c7260564dd4c6aeb7f47ace8
tree619ba1fcb3906259b99533a0f53b0b218e52c507
parent3cf3a2612353eed5d64d59f36afc9d2c530237e5
l2tp: fix l2tp_udp_recv_core()

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>
net/l2tp/l2tp_core.c