vxlan: fix a free after use
authorLi RongQing <roy.qing.li@gmail.com>
Fri, 17 Oct 2014 06:06:16 +0000 (14:06 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 17 Oct 2014 20:23:58 +0000 (16:23 -0400)
commit7a9f526fc3ee49b6034af2f243676ee0a27dcaa8
tree438784301c4410430df7cf2a7d53e71f26a733b2
parent389f48947a5a37ea283de520abb742d42174edb0
vxlan: fix a free after use

pskb_may_pull maybe change skb->data and make eth pointer oboslete,
so eth needs to reload

Fixes: 91269e390d062 ("vxlan: using pskb_may_pull as early as possible")
Cc: Eric Dumazet <edumazet@google.com>
Signed-off-by: Li RongQing <roy.qing.li@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c