On Mon, Aug 6, 2012 at 1:49 PM, Avi Kivity <a...@redhat.com> wrote: > The scsi passthrough handler falls through after completing a > request into the failure path, resulting in a use after free. > > Reprducible by running a guest with aio=native on a block device. > > Reported-by: Stefan Priebe <s.pri...@profihost.ag> > Signed-off-by: Avi Kivity <a...@redhat.com> > --- > hw/virtio-blk.c | 1 + > 1 file changed, 1 insertion(+)
It would be nice to fix up the commit message: s/virtio-mlk/virtio-blk/ Reviewed-by: Stefan Hajnoczi <stefa...@linux.vnet.ibm.com>