commit | 715c3f60efa9801a777a71cd06eaf8efa7eaa2a8 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Wed Apr 09 12:10:34 2014 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Apr 11 13:59:49 2014 +0200 |
tree | 49c048c88723c0ad327faf47feb15c14c85a85b2 | |
parent | 28ec11bc882387e51c7450558af5a49b8be95a36 [diff] |
bochs: Fix catalog size check The old check was off by a factor of 512 and didn't consider cases where we don't get an exact division. This could lead to an out-of-bounds array access in seek_to_sector(). Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com>