summaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests/080.out
Commit message (Expand)AuthorAgeFilesLines
* tests/qemu-iotests: Fix output of qemu-io related testsThomas Huth2019-04-301-20/+20
* block: Add Error parameter to bdrv_amend_optionsMax Reitz2018-06-111-2/+2
* qcow2: Make qemu-img check detect corrupted L1 tables in snapshotsAlberto Garcia2018-03-091-0/+20
* qcow2: Check snapshot L1 table in qcow2_snapshot_delete()Alberto Garcia2018-03-091-0/+2
* qcow2: Check snapshot L1 table in qcow2_snapshot_goto()Alberto Garcia2018-03-091-0/+4
* qcow2: Check snapshot L1 tables in qcow2_check_metadata_overlap()Alberto Garcia2018-03-091-0/+4
* qcow2: Check L1 table parameters in qcow2_expand_zero_clusters()Alberto Garcia2018-03-091-0/+4
* qcow2: Check L1 table offset in qcow2_snapshot_load_tmp()Alberto Garcia2018-03-091-1/+7
* qcow2: Generalize validate_table_offset() into qcow2_validate_table()Alberto Garcia2018-03-091-8/+8
* qemu-io: Return non-zero exit code on failureNir Soffer2017-02-121-18/+0Star
* qemu-io qemu-nbd: Use error_report() etc. instead of fprintf()Markus Armbruster2016-01-131-18/+18
* qemu-iotests: Remove traling whitespaces in *.outFam Zheng2014-12-121-12/+12
* qcow2: Fix header extension size checkKevin Wolf2014-12-101-0/+2
* qcow2: Check maximum L1 size in qcow2_snapshot_load_tmp() (CVE-2014-0143)Kevin Wolf2014-04-011-0/+6
* qcow2: Fix NULL dereference in qcow2_open() error path (CVE-2014-0146)Kevin Wolf2014-04-011-0/+4
* qcow2: Don't rely on free_cluster_index in alloc_refcount_block() (CVE-2014-0...Kevin Wolf2014-04-011-0/+7
* qcow2: Fix backing file name length checkKevin Wolf2014-04-011-0/+5
* qcow2: Validate active L1 table offset and size (CVE-2014-0144)Kevin Wolf2014-04-011-0/+11
* qcow2: Validate snapshot table offset/size (CVE-2014-0144)Kevin Wolf2014-04-011-0/+17
* qcow2: Validate refcount table offsetKevin Wolf2014-04-011-0/+10
* qcow2: Check refcount table size (CVE-2014-0144)Kevin Wolf2014-04-011-0/+7
* qcow2: Check backing_file_offset (CVE-2014-0144)Kevin Wolf2014-04-011-0/+7
* qcow2: Check header_length (CVE-2014-0144)Kevin Wolf2014-04-011-0/+9