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:
008749f
)
iwlwifi: Read outside array bounds
author
Roel Kluin
<roel.kluin@gmail.com>
Sat, 25 Jul 2009 21:34:31 +0000
(23:34 +0200)
committer
John W. Linville
<linville@tuxdriver.com>
Mon, 27 Jul 2009 19:19:37 +0000
(15:19 -0400)
tid is bounded (above) by the size of default_tid_to_tx_fifo (17 elements), but
the size of priv->stations[].tid[] is MAX_TID_COUNT (9) elements.
Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found