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:
b4e3cef
)
ipv6: fix a potential use after free in ip6_offload.c
author
Li RongQing
<roy.qing.li@gmail.com>
Sat, 18 Oct 2014 09:27:42 +0000
(17:27 +0800)
committer
David S. Miller
<davem@davemloft.net>
Sat, 18 Oct 2014 17:04:08 +0000
(13:04 -0400)
pskb_may_pull() maybe change skb->data and make opth pointer oboslete,
so set the opth again
Signed-off-by: Li RongQing <roy.qing.li@gmail.com>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found