Age | Commit message (Expand) | Author |
2014-04-25 | qerror.h: Remove QERR defines that are only used once | Cole Robinson |
2014-04-23 | block/cloop: use PRIu32 format specifier for uint32_t | Stefan Hajnoczi |
2014-04-22 | vmdk: Fix "%x" to PRIx32 in format strings for cid | Fam Zheng |
2014-04-22 | block: Add errp to bdrv_new() | Kevin Wolf |
2014-04-22 | convert fprintf() calls to error_setg() in block/qed.c:bdrv_qed_create() | Aakriti Gupta |
2014-04-22 | curl: Replaced old error handling with error reporting API. | Maria Kustova |
2014-04-22 | block: Handle error of bdrv_getlength in bdrv_create_dirty_bitmap | Fam Zheng |
2014-04-22 | vmdk: Fix %d and %lld to PRI* in format strings | Fam Zheng |
2014-04-11 | iscsi: Remember to set ret for iscsi_open in error case | Fam Zheng |
2014-04-11 | bochs: Fix catalog size check | Kevin Wolf |
2014-04-11 | bochs: Fix memory leak in bochs_open() error path | Kevin Wolf |
2014-04-04 | qcow2: Put cache reference in error case | Kevin Wolf |
2014-04-04 | qcow2: Flush metadata during read-only reopen | Kevin Wolf |
2014-04-04 | iscsi: Don't set error if already set in iscsi_do_inquiry | Fam Zheng |
2014-04-03 | Merge remote-tracking branch 'remotes/bonzini/scsi-next' into staging | Peter Maydell |
2014-04-03 | iscsi: always query max WRITE SAME length | Paolo Bonzini |
2014-04-03 | iscsi: ignore flushes on scsi-generic devices | Paolo Bonzini |
2014-04-03 | iscsi: recognize "invalid field" ASCQ from WRITE SAME command | Paolo Bonzini |
2014-04-01 | qcow2: link all L2 meta updates in preallocate() | Stefan Hajnoczi |
2014-04-01 | parallels: Sanity check for s->tracks (CVE-2014-0142) | Kevin Wolf |
2014-04-01 | parallels: Fix catalog size integer overflow (CVE-2014-0143) | Kevin Wolf |
2014-04-01 | qcow2: Limit snapshot table size | Kevin Wolf |
2014-04-01 | qcow2: Check maximum L1 size in qcow2_snapshot_load_tmp() (CVE-2014-0143) | Kevin Wolf |
2014-04-01 | qcow2: Fix L1 allocation size in qcow2_snapshot_load_tmp() (CVE-2014-0145) | Kevin Wolf |
2014-04-01 | qcow2: Fix NULL dereference in qcow2_open() error path (CVE-2014-0146) | Kevin Wolf |
2014-04-01 | qcow2: Fix copy_sectors() with VM state | Kevin Wolf |
2014-04-01 | dmg: prevent chunk buffer overflow (CVE-2014-0145) | Stefan Hajnoczi |
2014-04-01 | dmg: use uint64_t consistently for sectors and lengths | Stefan Hajnoczi |
2014-04-01 | dmg: sanitize chunk length and sectorcount (CVE-2014-0145) | Stefan Hajnoczi |
2014-04-01 | dmg: use appropriate types when reading chunks | Stefan Hajnoczi |
2014-04-01 | dmg: drop broken bdrv_pread() loop | Stefan Hajnoczi |
2014-04-01 | dmg: prevent out-of-bounds array access on terminator | Stefan Hajnoczi |
2014-04-01 | dmg: coding style and indentation cleanup | Stefan Hajnoczi |
2014-04-01 | qcow2: Fix new L1 table size check (CVE-2014-0143) | Kevin Wolf |
2014-04-01 | qcow2: Protect against some integer overflows in bdrv_check | Kevin Wolf |
2014-04-01 | qcow2: Fix types in qcow2_alloc_clusters and alloc_clusters_noref | Kevin Wolf |
2014-04-01 | qcow2: Check new refcount table size on growth | Kevin Wolf |
2014-04-01 | qcow2: Avoid integer overflow in get_refcount (CVE-2014-0143) | Kevin Wolf |
2014-04-01 | qcow2: Don't rely on free_cluster_index in alloc_refcount_block() (CVE-2014-0... | Kevin Wolf |
2014-04-01 | qcow2: Fix backing file name length check | Kevin Wolf |
2014-04-01 | qcow2: Validate active L1 table offset and size (CVE-2014-0144) | Kevin Wolf |
2014-04-01 | qcow2: Validate snapshot table offset/size (CVE-2014-0144) | Kevin Wolf |
2014-04-01 | qcow2: Validate refcount table offset | Kevin Wolf |
2014-04-01 | qcow2: Check refcount table size (CVE-2014-0144) | Kevin Wolf |
2014-04-01 | qcow2: Check backing_file_offset (CVE-2014-0144) | Kevin Wolf |
2014-04-01 | qcow2: Check header_length (CVE-2014-0144) | Kevin Wolf |
2014-04-01 | curl: check data size before memcpy to local buffer. (CVE-2014-0144) | Fam Zheng |
2014-04-01 | vhdx: Bounds checking for block_size and logical_sector_size (CVE-2014-0148) | Jeff Cody |
2014-04-01 | vdi: add bounds checks for blocks_in_image and disk_size header fields (CVE-2... | Jeff Cody |
2014-04-01 | vpc: Validate block size (CVE-2014-0142) | Kevin Wolf |