• K
    qemu-img rebase: Fix output image corruption · cc60e327
    Kevin Wolf 提交于
    qemu-img rebase must always give clusters in the COW file priority over those
    in the backing file. As it failed to use number of non-allocated clusters but
    assumed the maximum, it was possible that allocated clusters were taken from
    the backing file instead, leading to a corrupted output image.
    Signed-off-by: NKevin Wolf <kwolf@redhat.com>
    cc60e327
qemu-img.c 37.8 KB