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:
2a1b4cf
)
partitions: aix.c: off by one bug
author
Dan Carpenter
<dan.carpenter@oracle.com>
Tue, 5 Aug 2014 08:09:59 +0000
(11:09 +0300)
committer
Jens Axboe
<axboe@fb.com>
Tue, 5 Aug 2014 19:13:24 +0000
(13:13 -0600)
The lvip[] array has "state->limit" elements so the condition here
should be >= instead of >.
Fixes:
6ceea22bbbc8
('partitions: add aix lvm partition support files')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Philippe De Muyter <phdm@macqel.be>
Signed-off-by: Jens Axboe <axboe@fb.com>
No differences found