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:
839c8cc
)
arp: fix possible crash in arp_rcv()
author
Eric Dumazet
<edumazet@google.com>
Fri, 8 Feb 2013 18:48:21 +0000
(18:48 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 11 Feb 2013 01:39:39 +0000
(20:39 -0500)
We should call skb_share_check() before pskb_may_pull(), or we
can crash in pskb_expand_head()
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found