git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8075a8
)
ip_gre: fix a possible crash in parse_gre_header()
author
Eric Dumazet
<edumazet@google.com>
Thu, 4 Apr 2013 15:41:27 +0000
(15:41 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 8 Apr 2013 16:00:17 +0000
(12:00 -0400)
pskb_may_pull() can change skb->head, so we must init iph/greh after
calling it.
Bug added in commit
c54419321455
(GRE: Refactor GRE tunneling code.)
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Pravin B Shelar <pshelar@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found