On Thu, 17 Aug 2017 19:09:29 +0200 Phil Sutter <p...@nwl.cc> wrote: > This series collects patches from v1 which deal with potential file > descriptor leaks. > > No changes to the actual patches, just splitting into smaller series. > > Phil Sutter (2): > ss: Don't leak fd in tcp_show_netlink_file() > tc/em_ipset: Don't leak sockfd on error path > > misc/ss.c | 32 ++++++++++++++++++++------------ > tc/em_ipset.c | 1 + > 2 files changed, 21 insertions(+), 12 deletions(-) >
Applied