commit | 26a4d4c00f85cb844dd11dd35e848b079c2f5e8f | [log] [tgz] |
---|---|---|
author | Hewenliang <hewenliang4@huawei.com> | Fri Oct 25 00:35:15 2019 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Nov 07 11:25:01 2019 +0100 |
tree | f72a6392d7d1fe27c468e6a9f2b8b542d099d2c5 | |
parent | 91feb01596e5efc0cc922cc73f5583114dccf4d2 [diff] |
usbip: tools: fix fd leakage in the function of read_attr_usbip_status 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>