Files
ardour/libs
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-04-19 15:44:14 +02:00
2019-08-12 16:41:25 +02:00
2019-08-12 14:34:17 +02:00