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:
be12159
)
mlx4_en: Fix read buffer overflow in mlx4_en_complete_rx_desc()
author
roel kluin
<roel.kluin@gmail.com>
Sat, 8 Aug 2009 23:54:21 +0000
(23:54 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 10 Aug 2009 04:47:01 +0000
(21:47 -0700)
If the length is less or equal to frag_prefix_size in the first iteration
we write skb_frags_rx[-1] and read from priv->frag_info[-1]
Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found