commit | c393574a0148a826e4be575c356b7b5724190c8c | [log] [tgz] |
---|---|---|
author | Ludovic Rousseau <ludovic.rousseau+github@gmail.com> | Sun Sep 22 21:25:00 2013 +0200 |
committer | Ludovic Rousseau <ludovic.rousseau+github@gmail.com> | Sat Sep 28 12:17:58 2013 +0200 |
tree | e32cf9be1dfd8eb90c1e089a278c84f31c25eb9f | |
parent | d4dabfd14e50144c2935c4ef30202a8dd46b5ae6 [diff] |
examples: check value returned by libusb_bulk_transfer() Problem detected by the Coverity tool CID 1042540 (#1 of 1): Unchecked return value (CHECKED_RETURN)1. check_return: Calling function "libusb_bulk_transfer(struct libusb_device_handle *, unsigned char, unsigned char *, int, int *, unsigned int)" without checking return value (as is done elsewhere 4 out of 5 times).