[<prev] [next>] [day] [month] [year] [list]
Message-ID: <4E89D333.70301@intra2net.com>
Date: Mon, 03 Oct 2011 17:22:27 +0200
From: Thomas Jarosch <thomas.jarosch@...ra2net.com>
To: netdev@...r.kernel.org
Subject: [iproute2 PATCH 01/11] Fix pipe I/O stream descriptor leak in init_service_resolver()
Detected by cppcheck.
Signed-off-by: Thomas Jarosch <thomas.jarosch@...ra2net.com>
---
misc/ss.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/misc/ss.c b/misc/ss.c
index 1597ff9..f62d371 100644
--- a/misc/ss.c
+++ b/misc/ss.c
@@ -518,6 +518,7 @@ void init_service_resolver(void)
}
}
}
+ pclose(fp);
}
}
--
1.7.4.4
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists