TODO: system() should not be used inside a library

This commit is contained in:
Lucas De Marchi 2012-01-20 13:04:43 -02:00
parent 12fd9cd55c
commit a41b39fb69

2
TODO
View File

@ -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:
===========