Re: [Qemu-devel] [PATCH] scsi-disk: handle invalid cdb length

2019-05-01 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190429235109.20307-1-brog...@suse.com/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bin/bash time ma

Re: [Qemu-devel] [PATCH] scsi-disk: handle invalid cdb length

2019-04-29 Thread Bruce Rogers
>>> On 4/29/2019 at 7:37 PM, Eric Blake wrote: > On 4/29/19 6:51 PM, Bruce Rogers wrote: >> While investigating link-time-optimization, the compiler flagged this >> case of not handling the error return from scsi_cdb_length(). Handle >> this error case with a trace report. >> >> Signed-off-by: Br

Re: [Qemu-devel] [PATCH] scsi-disk: handle invalid cdb length

2019-04-29 Thread Eric Blake
On 4/29/19 6:51 PM, Bruce Rogers wrote: > While investigating link-time-optimization, the compiler flagged this > case of not handling the error return from scsi_cdb_length(). Handle > this error case with a trace report. > > Signed-off-by: Bruce Rogers > --- > hw/scsi/scsi-disk.c | 4 > 1

[Qemu-devel] [PATCH] scsi-disk: handle invalid cdb length

2019-04-29 Thread Bruce Rogers
While investigating link-time-optimization, the compiler flagged this case of not handling the error return from scsi_cdb_length(). Handle this error case with a trace report. Signed-off-by: Bruce Rogers --- hw/scsi/scsi-disk.c | 4 1 file changed, 4 insertions(+) diff --git a/hw/scsi/scsi