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:
4b275d7
)
bridge: fix a possible use after free
author
Eric Dumazet
<eric.dumazet@gmail.com>
Tue, 23 Aug 2011 19:57:05 +0000
(19:57 +0000)
committer
David S. Miller
<davem@davemloft.net>
Thu, 25 Aug 2011 00:49:24 +0000
(17:49 -0700)
br_multicast_ipv6_rcv() can call pskb_trim_rcsum() and therefore skb
head can be reallocated.
Cache icmp6_type field instead of dereferencing twice the struct
icmp6hdr pointer.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found