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:
3619eb8
)
act_csum: fix possible use after free
author
Eric Dumazet
<edumazet@google.com>
Fri, 12 Apr 2013 18:07:47 +0000
(11:07 -0700)
committer
David S. Miller
<davem@davemloft.net>
Fri, 12 Apr 2013 19:25:41 +0000
(15:25 -0400)
tcf_csum_skb_nextlayer() / pskb_may_pull() can change skb->head, so we
must be careful not keeping pointers to previous headers.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Jamal Hadi Salim <jhs@mojatatu.com>
Cc: Grégoire Baron <baronchon@n7mm.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found