diff options
author | Kevin Wolf <kwolf@redhat.com> | 2018-03-05 17:39:31 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2018-03-19 12:01:24 +0100 |
commit | e39e959e89b33bc0e17a702db42ea8a5f3763133 (patch) | |
tree | ea094c29624392293206da065ebe7756d34dd615 /tests/qemu-iotests/210.out | |
parent | 1bedcaf120c128e9f565185171d378f8846d1567 (diff) | |
download | qemu-e39e959e89b33bc0e17a702db42ea8a5f3763133.zip |
luks: Turn invalid assertion into check
The .bdrv_getlength implementation of the crypto block driver asserted
that the payload offset isn't after EOF. This is an invalid assertion to
make as the image file could be corrupted. Instead, check it and return
-EIO if the file is too small for the payload offset.
Zero length images are fine, so trigger -EIO only on offset > len, not
on offset >= len as the assertion did before.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/210.out')
0 files changed, 0 insertions, 0 deletions