From a41b39fb690e78671d2ee9fc349f2ee9c02cc1d9 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Fri, 20 Jan 2012 13:04:43 -0200 Subject: [PATCH] TODO: system() should not be used inside a library --- TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO b/TODO index d1d553a..e2317ff 100644 --- a/TODO +++ b/TODO @@ -43,6 +43,8 @@ Features: kmod-archive get path.ko kmod-archive exists path.ko +* Stop using system() inside the library and use fork + exec instead + Known Bugs: ===========