aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2012-01-20 13:04:43 -0200
committerLucas De Marchi <lucas.demarchi@profusion.mobi>2012-01-20 13:04:43 -0200
commita41b39fb690e78671d2ee9fc349f2ee9c02cc1d9 (patch)
treecdafc1bd8464b9937aac58d0df373a788b3b5ff1 /TODO
parent12fd9cd55c5ecac5ae1e294bdefed419e6522752 (diff)
downloadkmod-a41b39fb690e78671d2ee9fc349f2ee9c02cc1d9.tar.gz
TODO: system() should not be used inside a library
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
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:
===========