Tormod Volden
Tormod Volden
If no device ID is specified, and for instance a hub is plugged, many devices will be attached (and later detached) at the same time. The old code counting only...
# Description The commit _Prevent out-of-bounds access_ fixes a possible OOB in a way that is already used in another place in the file. The commits _Correct check for empty...
# Description The UpdateArgcArgv() function documentation says "If OldArgv or OldArgc is NULL then that value is not returned." However, only OldArgc was checked for NULL. In case OldArgc was...
# Description Some shell commands rely on being able to detect if an argument is enclosed in double quotes or not. See for example the `bcfg -opt` option description on...
Please document how to run with LIBUSB_DEBUG=x or enable libusb debug output with nut debug options
To investigate USB issues it is important to see the debug output from libusb. Either the env var LIBUSB_DEBUG must be set to e.g. 4, or the program can call...