From: Lucas De Marchi Date: Fri, 20 Jan 2012 15:04:43 +0000 (-0200) Subject: TODO: system() should not be used inside a library X-Git-Tag: v5~80 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a41b39fb690e78671d2ee9fc349f2ee9c02cc1d9;p=thirdparty%2Fkmod.git TODO: system() should not be used inside a library --- diff --git a/TODO b/TODO index d1d553af..e2317ffd 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: ===========