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:
a6fa328
)
lmc: Read outside array bounds
author
roel kluin
<roel.kluin@gmail.com>
Mon, 10 Aug 2009 01:29:52 +0000
(
01:29
+0000)
committer
David S. Miller
<davem@davemloft.net>
Thu, 13 Aug 2009 23:26:10 +0000
(16:26 -0700)
If dev_alloc_skb() fails on the first iteration of the allocation loop,
then we end up writing before the start of the array.
Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found