Robin Gareus
df60eca33c
Initialize uninitialized variable
...
This fixes a potentially undefined branch if the USB device list is empty.
dev is NULL, the loop is never entered, 'r' isn't set.
if (!dev && !r) is undefined.
2019-08-21 03:05:17 +02:00
..
2019-08-20 05:07:16 +02:00
2019-08-16 20:00:29 +02:00
2019-08-12 15:02:24 +02:00
2019-08-03 15:53:16 +02:00
2019-08-03 15:53:17 +02:00
2019-04-08 04:10:12 +02:00
2019-08-03 15:53:17 +02:00
2019-04-19 15:44:14 +02:00
2019-08-03 15:53:17 +02:00
2019-08-03 15:53:17 +02:00
2018-10-14 22:06:11 -04:00
2018-10-14 22:06:11 -04:00
2019-08-03 15:53:17 +02:00
2019-08-03 15:53:17 +02:00
2019-08-03 15:53:18 +02:00
2019-08-12 16:41:25 +02:00
2019-08-03 15:53:18 +02:00
2019-08-10 12:34:45 +10:00
2018-10-14 22:06:11 -04:00
2019-08-21 03:05:17 +02:00
2019-08-03 15:53:17 +02:00
2019-08-12 14:34:17 +02:00
2019-08-03 15:53:17 +02:00
2019-08-03 15:53:17 +02:00
2019-08-21 01:25:34 +02:00
2018-11-25 16:51:24 +01:00
2018-10-14 22:06:11 -04:00