Debian Patches

Status for usbutils/1:014-1+deb12u1

Patch Description Author Forwarded Bugs Origin Last update
01-usb-devices-use-local-variable-type-to-handle-recurs.patch [PATCH] usb-devices: use 'local' variable type to handle recursion
When recursing into a long USB tree, the local variables in the
print_device() function would get confused and take on the value of the
previous device it printed. This caused devices to not get printed out
at all, the exact opposite of what we wanted.

Resolve this by using the non-POSIX 'local' variable declaration.
Greg Kroah-Hartman <gregkh@linuxfoundation.org> no 2021-10-15

All known versions for source package 'usbutils'

Links