]> git.proxmox.com Git - qemu.git/commit
qemu-img: Fix segfault during rebase
authorKevin Wolf <kwolf@redhat.com>
Wed, 17 Feb 2010 11:32:59 +0000 (12:32 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 19 Feb 2010 21:53:54 +0000 (15:53 -0600)
commit60b1bd4fc5b2f5046b7b64fa5ce9c2930d482eac
tree35787b457af94a947b4f37f71d8c2fcc32b5b0df
parent4805bb66969622f86376191c94c4748bce91e6be
qemu-img: Fix segfault during rebase

This fixes a possible read beyond the end of the temporary buffers used for
comparing data in the old and the new backing file.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
qemu-img.c