On 26.03.2014 13:05, Stefan Hajnoczi wrote:
From: Kevin Wolf <kw...@redhat.com>
This fixes some cases of division by zero crashes.
Signed-off-by: Kevin Wolf <kw...@redhat.com>
---
block/vpc.c | 5 ++++
tests/qemu-iotests/088 | 64 ++++++++++++++++++++++++++++++++++++++++++++++
tests/qemu-iotests/088.out | 17 ++++++++++++
tests/qemu-iotests/group | 1 +
4 files changed, 87 insertions(+)
create mode 100755 tests/qemu-iotests/088
create mode 100644 tests/qemu-iotests/088.out
Again, $TEST_IMG should be quoted in a follow-up.
Reviewed-by: Max Reitz <mre...@redhat.com>