Re: [Qemu-devel] [PATCH 0/2] qed: additional input validation

2015-01-15 Thread Stefan Hajnoczi
On Mon, Jan 12, 2015 at 12:31:31PM +, Stefan Hajnoczi wrote: > These patches add an overflow check and a test case for invalid QED headers. > Note that this has no security impact because reading the backing filename is > limited to sizeof(bs->backing_file). > > Stefan Hajnoczi (2): > qed: c

[Qemu-devel] [PATCH 0/2] qed: additional input validation

2015-01-12 Thread Stefan Hajnoczi
These patches add an overflow check and a test case for invalid QED headers. Note that this has no security impact because reading the backing filename is limited to sizeof(bs->backing_file). Stefan Hajnoczi (2): qed: check for header size overflow qemu-iotests: add 116 invalid QED input file