qcow2: Fix potential qemu-img check crash on 32 bit hosts
commitc2551b47c9b9465962c4000268eda1307f55614a
authorKevin Wolf <kwolf@redhat.com>
Tue, 1 Dec 2015 14:16:49 +0000 (1 15:16 +0100)
committerKevin Wolf <kwolf@redhat.com>
Wed, 2 Dec 2015 12:22:29 +0000 (2 13:22 +0100)
tree2eabcfded1b92b2c0f39f3d1c8cdb3230c2e0e81
parent9d7b969ea6d9663a94760c6c131481b366f4d38a
qcow2: Fix potential qemu-img check crash on 32 bit hosts

This crash was caught with qemu-iotests test case 138.

Commit b6d36de already fixed a few 32 bit truncation bugs that could
cause qemu-img check to allocate too little memory and consequently
it would segfault. On 32 bit hosts, there is one more place that needs
to be fixed because size_t was involved in the calculation and is a
32 bit type there.

Cc: qemu-stable@nongnu.org
Reported-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Tested-by: Michael S. Tsirkin <mst@redhat.com>
block/qcow2-refcount.c