mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
qcow2: Check snapshot L1 tables in qcow2_check_metadata_overlap()
The inactive-l2 overlap check iterates uses the L1 tables from all snapshots, but it does not validate them first. We now have a function to take care of this, so let's use it. Signed-off-by: Alberto Garcia <berto@igalia.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
c9a442e450
commit
c7a9d81d70
3 changed files with 17 additions and 1 deletions
|
@ -66,6 +66,8 @@ wrote 512/512 bytes at offset 0
|
|||
qemu-img: Failed to load snapshot: Snapshot L1 table offset invalid
|
||||
qemu-img: Snapshot L1 table offset invalid
|
||||
qemu-img: Error while amending options: Invalid argument
|
||||
Failed to flush the refcount block cache: Invalid argument
|
||||
write failed: Invalid argument
|
||||
|
||||
== Invalid snapshot L1 table size ==
|
||||
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
|
||||
|
@ -74,4 +76,6 @@ wrote 512/512 bytes at offset 0
|
|||
qemu-img: Failed to load snapshot: Snapshot L1 table too large
|
||||
qemu-img: Snapshot L1 table too large
|
||||
qemu-img: Error while amending options: File too large
|
||||
Failed to flush the refcount block cache: File too large
|
||||
write failed: File too large
|
||||
*** done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue