diff options
author | Kevin Wolf <kwolf@redhat.com> | 2014-03-26 13:06:09 +0100 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2014-04-01 15:22:35 +0200 |
commit | 9302e863aa8baa5d932fc078967050c055fa1a7f (patch) | |
tree | 1438bb12aa1447fbd965e1b4f09e55384c014743 /tests/qemu-iotests/076.out | |
parent | afbcc40bee4ef51731102d7d4b499ee12fc182e1 (diff) |
parallels: Sanity check for s->tracks (CVE-2014-0142)
This avoids a possible division by zero.
Convert s->tracks to unsigned as well because it feels better than
surviving just because the results of calculations with s->tracks are
converted to unsigned anyway.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/076.out')
-rw-r--r-- | tests/qemu-iotests/076.out | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/qemu-iotests/076.out b/tests/qemu-iotests/076.out index 12af42ac1c..f7745d8b0d 100644 --- a/tests/qemu-iotests/076.out +++ b/tests/qemu-iotests/076.out @@ -11,4 +11,8 @@ no file open, try 'help open' == Overflow in catalog allocation == qemu-io: can't open device TEST_DIR/fake.parallels: Catalog too large no file open, try 'help open' + +== Zero sectors per track == +qemu-io: can't open device TEST_DIR/fake.parallels: Invalid image: Zero sectors per track +no file open, try 'help open' *** done |