Eric Blake e91bae8e98 scsi: Silence gcc warning
On Fedora 33, gcc 10.2.1 notes that scsi_cdb_length(buf) can set
len==-1, which in turn overflows g_malloc():

[5/5] Linking target qemu-system-x86_64
In function ‘scsi_disk_new_request_dump’,
    inlined from ‘scsi_new_request’ at ../hw/scsi/scsi-disk.c:2608:9:
../hw/scsi/scsi-disk.c:2582:19: warning: argument 1 value ‘18446744073709551612’ exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=]
 2582 |     line_buffer = g_malloc(len * 5 + 1);
      |                   ^

Silence it with a decent assertion, since we only convert a buffer to
bytes when we have a valid cdb length.

Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20210209152350.207958-1-eblake@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
2021-03-09 21:21:54 +01:00
..
2021-01-22 18:26:40 +01:00
2021-01-12 21:19:02 +00:00
2020-12-10 12:15:18 -05:00
2020-12-10 12:15:18 -05:00
2020-12-10 12:15:07 -05:00
2021-03-08 15:45:48 +00:00
2021-01-08 15:13:38 +00:00
2020-12-10 12:15:18 -05:00
2021-03-09 21:19:10 +01:00
2020-12-10 12:15:08 -05:00
2021-03-09 21:19:10 +01:00
2020-08-21 06:30:25 -04:00
2020-08-27 14:04:55 -04:00
2021-03-09 21:19:10 +01:00
2021-01-01 22:57:15 +00:00
2020-12-10 12:15:06 -05:00
2021-03-09 21:21:54 +01:00
2021-02-21 12:12:18 +00:00
2020-12-10 12:15:08 -05:00
2020-12-10 12:15:18 -05:00
2020-08-21 06:30:33 -04:00
2021-03-09 21:19:10 +01:00
2021-03-09 21:19:10 +01:00
2021-02-05 08:52:58 -05:00
2020-08-21 06:30:33 -04:00