]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
xfrm4: Reload skb header pointers after calling pskb_may_pull.
authorSteffen Klassert <steffen.klassert@secunet.com>
Fri, 23 Oct 2015 05:32:39 +0000 (07:32 +0200)
committerSteffen Klassert <steffen.klassert@secunet.com>
Fri, 23 Oct 2015 05:32:39 +0000 (07:32 +0200)
commitea673a4d3a337184f3c314dcc6300bf02f39e077
tree5f3d437d01fd94c219bc78c3f1ac2b89ddf48859
parent1a14f1e5550a341f76e5c8f596e9b5f8a886dfbc
xfrm4: Reload skb header pointers after calling pskb_may_pull.

A call to pskb_may_pull may change the pointers into the packet,
so reload the pointers after the call.

Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
net/ipv4/xfrm4_policy.c