usbip: usbip_detach: Fix memory, udev context and udev leak
authorShuah Khan (Samsung OSG) <shuah@kernel.org>
Tue, 29 May 2018 22:13:03 +0000 (16:13 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 31 May 2018 10:44:39 +0000 (12:44 +0200)
commitd179f99a651685b19333360e6558110da2fe9bd7
treef1e392a64d7d3ca93cb6dc3726dd6d78e1f788e9
parentedf380046b0a726de26fc29015556a11288940ac
usbip: usbip_detach: Fix memory, udev context and udev leak

detach_port() fails to call usbip_vhci_driver_close() from its error
path after usbip_vhci_detach_device() returns failure, leaking memory
allocated in usbip_vhci_driver_open() and holding udev_context and udev
references. Fix it to call usbip_vhci_driver_close().

Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/usb/usbip/src/usbip_detach.c