]> Git Repo - qemu.git/commit
block/qcow2-bitmap: fix free_bitmap_clusters
authorVladimir Sementsov-Ogievskiy <[email protected]>
Fri, 8 Jun 2018 10:12:25 +0000 (13:12 +0300)
committerMax Reitz <[email protected]>
Mon, 11 Jun 2018 14:18:45 +0000 (16:18 +0200)
commit7eb24009dbf8102fc27d5459bec1cb8a932540c4
tree750cd243c368051ec2029f14482f276ef620f423
parent46e8d272baa0608adcfdbd8bc1d2312bea06da40
block/qcow2-bitmap: fix free_bitmap_clusters

This assert may fail, because bitmap_table is not initialized. Just
drop it, as it's obvious, that bitmap_table_load sets bitmap_table
parameter only when returning zero.

Reported-by: Pavel Butsykin <[email protected]>
Signed-off-by: Vladimir Sementsov-Ogievskiy <[email protected]>
Message-id: 20180608101225[email protected]
Signed-off-by: Max Reitz <[email protected]>
block/qcow2-bitmap.c
This page took 0.023981 seconds and 4 git commands to generate.