Re: [Qemu-devel] [PATCH for-2.0 19/47] qcow2: Check header_length (CVE-2014-0144)
On 26.03.2014 13:05, Stefan Hajnoczi wrote: From: Kevin Wolf This fixes an unbounded allocation for s->unknown_header_fields. Signed-off-by: Kevin Wolf --- block/qcow2.c | 34 +++--- tests/qemu-iotests/080 | 61 ++
[Qemu-devel] [PATCH for-2.0 19/47] qcow2: Check header_length (CVE-2014-0144)
From: Kevin Wolf This fixes an unbounded allocation for s->unknown_header_fields. Signed-off-by: Kevin Wolf --- block/qcow2.c | 34 +++--- tests/qemu-iotests/080 | 61 ++ tests/qemu-iotests/080.out | 9 +++ t