On Mon, Aug 6, 2012 at 1:49 PM, Avi Kivity <[email protected]> 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 <[email protected]> > Signed-off-by: Avi Kivity <[email protected]> > --- > 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 <[email protected]>
