summaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/080.out
AgeCommit message (Expand)AuthorFilesLines
2018-03-09qcow2: Make qemu-img check detect corrupted L1 tables in snapshotsAlberto Garcia1-0/+20
2018-03-09qcow2: Check snapshot L1 table in qcow2_snapshot_delete()Alberto Garcia1-0/+2
2018-03-09qcow2: Check snapshot L1 table in qcow2_snapshot_goto()Alberto Garcia1-0/+4
2018-03-09qcow2: Check snapshot L1 tables in qcow2_check_metadata_overlap()Alberto Garcia1-0/+4
2018-03-09qcow2: Check L1 table parameters in qcow2_expand_zero_clusters()Alberto Garcia1-0/+4
2018-03-09qcow2: Check L1 table offset in qcow2_snapshot_load_tmp()Alberto Garcia1-1/+7
2018-03-09qcow2: Generalize validate_table_offset() into qcow2_validate_table()Alberto Garcia1-8/+8
2017-02-12qemu-io: Return non-zero exit code on failureNir Soffer1-18/+0
2016-01-13qemu-io qemu-nbd: Use error_report() etc. instead of fprintf()Markus Armbruster1-18/+18
2014-12-12qemu-iotests: Remove traling whitespaces in *.outFam Zheng1-12/+12
2014-12-10qcow2: Fix header extension size checkKevin Wolf1-0/+2
2014-04-01qcow2: Check maximum L1 size in qcow2_snapshot_load_tmp() (CVE-2014-0143)Kevin Wolf1-0/+6
2014-04-01qcow2: Fix NULL dereference in qcow2_open() error path (CVE-2014-0146)Kevin Wolf1-0/+4
2014-04-01qcow2: Don't rely on free_cluster_index in alloc_refcount_block() (CVE-2014-0...Kevin Wolf1-0/+7
2014-04-01qcow2: Fix backing file name length checkKevin Wolf1-0/+5
2014-04-01qcow2: Validate active L1 table offset and size (CVE-2014-0144)Kevin Wolf1-0/+11
2014-04-01qcow2: Validate snapshot table offset/size (CVE-2014-0144)Kevin Wolf1-0/+17
2014-04-01qcow2: Validate refcount table offsetKevin Wolf1-0/+10
2014-04-01qcow2: Check refcount table size (CVE-2014-0144)Kevin Wolf1-0/+7
2014-04-01qcow2: Check backing_file_offset (CVE-2014-0144)Kevin Wolf1-0/+7
2014-04-01qcow2: Check header_length (CVE-2014-0144)Kevin Wolf1-0/+9