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:
576b3ef
)
[ARM] Off-by-one in arch/arm/common/icst*
author
Eric Sesterhenn
<snakebyte@gmx.de>
Tue, 26 Sep 2006 12:22:00 +0000
(14:22 +0200)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Wed, 27 Sep 2006 22:17:54 +0000
(23:17 +0100)
hi,
a quick find -iname \*.[ch] | xargs grep "> ARRAY_SIZE(", revealed
these in the icst drivers.
If i == ARRAY_SIZE, we get past the idx2s array.
Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
No differences found