Re: [Qemu-devel] [PATCH 1.1] scsi: Add assertion for use-after-free errors

2012-05-03 Thread Paolo Bonzini
Il 03/05/2012 22:58, Stefan Weil ha scritto: > Am 03.05.2012 19:36, schrieb Stefan Weil: >> The QEMU emulation which is currently used with Raspberry PI images >> (qemu-system-arm -M versatilepb ...) accesses memory which was freed. >> >> Valgrind output (extract): >> >> ==17857== Invalid write of

Re: [Qemu-devel] [PATCH 1.1] scsi: Add assertion for use-after-free errors

2012-05-03 Thread Stefan Weil
Am 03.05.2012 19:36, schrieb Stefan Weil: The QEMU emulation which is currently used with Raspberry PI images (qemu-system-arm -M versatilepb ...) accesses memory which was freed. Valgrind output (extract): ==17857== Invalid write of size 4 ==17857== at 0x24EB06: scsi_req_unref (scsi-bus.c:1273

[Qemu-devel] [PATCH 1.1] scsi: Add assertion for use-after-free errors

2012-05-03 Thread Stefan Weil
The QEMU emulation which is currently used with Raspberry PI images (qemu-system-arm -M versatilepb ...) accesses memory which was freed. Valgrind output (extract): ==17857== Invalid write of size 4 ==17857==at 0x24EB06: scsi_req_unref (scsi-bus.c:1273) ==17857==by 0x24FFAE: scsi_read_com