index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
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
2014-04-01
vpc/vhd: add bounds check for max_table_entries and block_size (CVE-2014-0144)
Jeff Cody
2014-04-01
bochs: Fix bitmap offset calculation
Kevin Wolf
2014-04-01
bochs: Check extent_size header field (CVE-2014-0142)
Kevin Wolf
2014-04-01
bochs: Check catalog_size header field (CVE-2014-0143)
Kevin Wolf
2014-04-01
bochs: Use unsigned variables for offsets and sizes (CVE-2014-0147)
Kevin Wolf
2014-04-01
bochs: Unify header structs and make them QEMU_PACKED
Kevin Wolf
2014-04-01
block/cloop: fix offsets[] size off-by-one
Stefan Hajnoczi
2014-04-01
block/cloop: refuse images with bogus offsets (CVE-2014-0144)
Stefan Hajnoczi
2014-04-01
block/cloop: refuse images with huge offsets arrays (CVE-2014-0144)
Stefan Hajnoczi
2014-04-01
block/cloop: prevent offsets_size integer overflow (CVE-2014-0143)
Stefan Hajnoczi
2014-04-01
block/cloop: validate block_size header field (CVE-2014-0144)
Stefan Hajnoczi
2014-04-01
qcow2: fix two memory leaks in qcow2_open error code path
Prasad Joshi
2014-04-01
vvfat: Fix :floppy: option to suppress partition table
Markus Armbruster
2014-03-25
mirror: fix early wake from sleep due to aio
Stefan Hajnoczi
2014-03-25
mirror: fix throttling delay calculation
Paolo Bonzini
2014-03-25
Fixed various typos
Deepak Kathayat
2014-03-19
block/nfs: report errors from libnfs
Peter Lieven
2014-03-19
qcow2: Fix fail path in realloc_refcount_block()
Max Reitz
2014-03-19
qcow2: Correct comment for realloc_refcount_block()
Max Reitz
2014-03-19
block: Add error handling to bdrv_invalidate_cache()
Kevin Wolf
2014-03-14
nbd: close socket if connection breaks
Stefan Hajnoczi
2014-03-14
block: Explicitly specify 'unsigned long long' for VHDX 64-bit constants
Jeff Cody
2014-03-13
block/raw-win32: bdrv_parse_filename() for hdev
Max Reitz
2014-03-13
block/raw-posix: Strip protocol prefix on creation
Max Reitz
2014-03-13
block/raw-posix: bdrv_parse_filename() for cdrom
Max Reitz
2014-03-13
block/raw-posix: bdrv_parse_filename() for floppy
Max Reitz
2014-03-13
block/raw-posix: bdrv_parse_filename() for hdev
Max Reitz
2014-03-13
qcow2: Don't write with BDRV_O_INCOMING
Kevin Wolf
2014-03-13
qcow2: Keep option in qcow2_invalidate_cache()
Kevin Wolf
2014-03-13
block: Rewrite the snapshot authorization mechanism for block filters.
BenoƮt Canet
2014-03-13
qcow2: Check bs->drv in copy_sectors()
Max Reitz
2014-03-13
block: Update image size in bdrv_invalidate_cache()
Kevin Wolf
2014-03-13
qcow2-refcount: Sanitize refcount table entry
Max Reitz
2014-03-06
block/raw-win32: Strip "file:" prefix on creation
Max Reitz
2014-03-06
block/raw-win32: Implement bdrv_parse_filename()
Max Reitz
2014-03-06
block/raw-posix: Strip "file:" prefix on creation
Max Reitz
2014-03-06
block/raw-posix: Implement bdrv_parse_filename()
Max Reitz
2014-03-06
block: mirror - remove code cruft that has no function
Jeff Cody
2014-03-05
iscsi: Use bs->sg for everything else than disks
Kevin Wolf
[next]