Re: minor bug in usbip tool

2017-12-12 Thread Greg KH
On Tue, Dec 12, 2017 at 04:04:27PM +0100, Juan Zea wrote: > Hi, > > I've being taking a deep look at the code in the usbip tool and found this > small bug at > https://github.com/torvalds/linux/blob/master/tools/usb/usbip/src/utils.c : > > 44 rc = write_sysfs_attribute(match_busid_attr

minor bug in usbip tool

2017-12-12 Thread Juan Zea
Hi, I've being taking a deep look at the code in the usbip tool and found this small bug at https://github.com/torvalds/linux/blob/master/tools/usb/usbip/src/utils.c : 44 rc = write_sysfs_attribute(match_busid_attr_path, command, 45sizeof(command));