]> git.ipfire.org Git - people/arne_f/kernel.git/commit
usbip: tools: fix fd leakage in the function of read_attr_usbip_status
authorHewenliang <hewenliang4@huawei.com>
Fri, 25 Oct 2019 04:35:15 +0000 (00:35 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 29 Nov 2019 09:08:23 +0000 (10:08 +0100)
commitde661dc115eeb807a8eca9c4b42358133703a3b9
tree4e5dbfb2771fc3c30fcbb976067d218e99582b4e
parentf8c6f0e4c3a949c0496dfb255debc9c3beb16166
usbip: tools: fix fd leakage in the function of read_attr_usbip_status

commit 26a4d4c00f85cb844dd11dd35e848b079c2f5e8f upstream.

We should close the fd before the return of read_attr_usbip_status.

Fixes: 3391ba0e2792 ("usbip: tools: Extract generic code to be shared with vudc backend")
Signed-off-by: Hewenliang <hewenliang4@huawei.com>
Cc: stable <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20191025043515.20053-1-hewenliang4@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/usb/usbip/libsrc/usbip_host_common.c