commit | 713b686494a577b3c4f4f9f585a4705fc30d51c2 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <error27@gmail.com> | Tue Jun 01 12:17:48 2010 +0200 |
committer | Jens Axboe <jaxboe@fusionio.com> | Tue Jun 01 12:17:48 2010 +0200 |
tree | 3b7fa639a3b1bf1a6addd0d317558ca66bf9dd6c | |
parent | 099c5c310e9744bd0654881bb55c137051228e56 [diff] |
cciss: call BUG() earlier 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>