Files
qemu/hw
Philippe Mathieu-Daudé 6b1de1484e usb-ccid: make ccid_write_data_block() cope with null buffers
static code analyzer complain:

hw/usb/dev-smartcard-reader.c:816:5: warning: Null pointer passed as an argument to a 'nonnull' parameter
    memcpy(p->abData, data, len);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~

Reported-by: Clang Static Analyzer
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
2017-05-07 09:57:51 +03:00
..
2017-04-05 17:23:52 +02:00
2016-10-04 13:28:07 +01:00
2017-01-27 18:08:00 +01:00
2017-01-20 11:15:06 +00:00
2017-03-27 12:14:45 +02:00
2017-04-26 12:00:42 +10:00
2017-04-05 17:23:52 +02:00
2017-01-27 18:07:59 +01:00
2017-02-24 10:37:21 +00:00
2017-02-28 20:40:36 +01:00
2017-05-07 09:57:51 +03:00
2017-04-24 12:32:12 +01:00
2016-10-28 18:17:24 +03:00
2017-04-25 11:04:34 -07:00