Re: [Qemu-devel] [PATCH 0/2] qcow2: Do not overflow when writing an L1 sector

2014-10-22 Thread Kevin Wolf
Am 16.10.2014 um 15:25 hat Max Reitz geschrieben: > qcow2_write_l1_entry() may read L1 entries from beyond the end of the > in-memory L1 table when updating a sector. Fix this and add a > qemu-iotest. Thanks, applied to the block branch. Kevin

Re: [Qemu-devel] [PATCH 0/2] qcow2: Do not overflow when writing an L1 sector

2014-10-16 Thread Eric Blake
On 10/16/2014 07:25 AM, Max Reitz wrote: > qcow2_write_l1_entry() may read L1 entries from beyond the end of the > in-memory L1 table when updating a sector. Fix this and add a > qemu-iotest. > > > Max Reitz (2): > qcow2: Do not overflow when writing an L1 sector > iotests: Add test for qcow2