summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2014-08-07mirror: Fix qiov size for short requestsKevin Wolf1-1/+3
2014-08-07mirror: Go through ready -> complete process for 0 len imageFam Zheng1-1/+10
2014-08-07mirror: Fix resource leak when bdrv_getlength failsFam Zheng1-2/+2
2014-08-05qcow2: Plug memory leak on qcow2_invalidate_cache() error pathsMarkus Armbruster1-2/+1
2014-08-05block/qapi: Plug memory leak in dump_qobject() case QTYPE_QERRORMarkus Armbruster1-0/+1
2014-08-05block/vvfat: Plug memory leak in check_directory_consistency()Markus Armbruster1-1/+1
2014-08-05block/vvfat: Plug memory leak in read_directory()Markus Armbruster1-1/+3
2014-08-05block/sheepdog: Plug memory leak in sd_snapshot_create()Markus Armbruster1-2/+2
2014-07-20qcow1: Stricter backing file length checkKevin Wolf1-2/+5
2014-07-20qcow1: Validate image size (CVE-2014-0223)Kevin Wolf1-2/+14
2014-07-20qcow1: Validate L2 table size (CVE-2014-0222)Kevin Wolf1-0/+8
2014-07-20qcow1: Check maximum cluster sizeKevin Wolf1-2/+8
2014-07-20qcow1: Make padding in the header explicitKevin Wolf1-1/+2
2014-04-11iscsi: Remember to set ret for iscsi_open in error caseFam Zheng1-0/+1
2014-04-11bochs: Fix catalog size checkKevin Wolf1-3/+11
2014-04-11bochs: Fix memory leak in bochs_open() error pathKevin Wolf1-2/+4
2014-04-04qcow2: Put cache reference in error caseKevin Wolf1-0/+1
2014-04-04qcow2: Flush metadata during read-only reopenKevin Wolf1-4/+21
2014-04-04iscsi: Don't set error if already set in iscsi_do_inquiryFam Zheng1-2/+4
2014-04-03Merge remote-tracking branch 'remotes/bonzini/scsi-next' into stagingPeter Maydell1-6/+13
2014-04-03iscsi: always query max WRITE SAME lengthPaolo Bonzini1-5/+7
2014-04-03iscsi: ignore flushes on scsi-generic devicesPaolo Bonzini1-0/+4
2014-04-03iscsi: recognize "invalid field" ASCQ from WRITE SAME commandPaolo Bonzini1-1/+2
2014-04-01qcow2: link all L2 meta updates in preallocate()Stefan Hajnoczi1-1/+6
2014-04-01parallels: Sanity check for s->tracks (CVE-2014-0142)Kevin Wolf1-1/+6
2014-04-01parallels: Fix catalog size integer overflow (CVE-2014-0143)Kevin Wolf1-1/+6
2014-04-01qcow2: Limit snapshot table sizeKevin Wolf2-1/+18
2014-04-01qcow2: Check maximum L1 size in qcow2_snapshot_load_tmp() (CVE-2014-0143)Kevin Wolf3-3/+9
2014-04-01qcow2: Fix L1 allocation size in qcow2_snapshot_load_tmp() (CVE-2014-0145)Kevin Wolf1-1/+1
2014-04-01qcow2: Fix NULL dereference in qcow2_open() error path (CVE-2014-0146)Kevin Wolf1-3/+4
2014-04-01qcow2: Fix copy_sectors() with VM stateKevin Wolf1-9/+0
2014-04-01dmg: prevent chunk buffer overflow (CVE-2014-0145)Stefan Hajnoczi1-6/+33
2014-04-01dmg: use uint64_t consistently for sectors and lengthsStefan Hajnoczi1-3/+3
2014-04-01dmg: sanitize chunk length and sectorcount (CVE-2014-0145)Stefan Hajnoczi1-0/+24
2014-04-01dmg: use appropriate types when reading chunksStefan Hajnoczi1-1/+2
2014-04-01dmg: drop broken bdrv_pread() loopStefan Hajnoczi1-13/+2
2014-04-01dmg: prevent out-of-bounds array access on terminatorStefan Hajnoczi1-1/+1
2014-04-01dmg: coding style and indentation cleanupStefan Hajnoczi1-104/+120
2014-04-01qcow2: Fix new L1 table size check (CVE-2014-0143)Kevin Wolf1-1/+1
2014-04-01qcow2: Protect against some integer overflows in bdrv_checkKevin Wolf1-9/+9
2014-04-01qcow2: Fix types in qcow2_alloc_clusters and alloc_clusters_norefKevin Wolf2-8/+9
2014-04-01qcow2: Check new refcount table size on growthKevin Wolf3-3/+14
2014-04-01qcow2: Avoid integer overflow in get_refcount (CVE-2014-0143)Kevin Wolf1-1/+1
2014-04-01qcow2: Don't rely on free_cluster_index in alloc_refcount_block() (CVE-2014-0...Kevin Wolf2-40/+43
2014-04-01qcow2: Fix backing file name length checkKevin Wolf1-3/+6
2014-04-01qcow2: Validate active L1 table offset and size (CVE-2014-0144)Kevin Wolf1-0/+16
2014-04-01qcow2: Validate snapshot table offset/size (CVE-2014-0144)Kevin Wolf3-26/+47
2014-04-01qcow2: Validate refcount table offsetKevin Wolf1-0/+33
2014-04-01qcow2: Check refcount table size (CVE-2014-0144)Kevin Wolf2-1/+12
2014-04-01qcow2: Check backing_file_offset (CVE-2014-0144)Kevin Wolf1-0/+6