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:
099c5c3
)
cciss: call BUG() earlier
author
Dan Carpenter
<error27@gmail.com>
Tue, 1 Jun 2010 10:17:48 +0000
(12:17 +0200)
committer
Jens Axboe
<jaxboe@fusionio.com>
Tue, 1 Jun 2010 10:17:48 +0000
(12:17 +0200)
I moved the range check after the increment. The current code would
write past the end of the array once before calling BUG().
Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
No differences found