Browse code

More TODOs

git-svn-id: file:///var/lib/svn/clamav-devel/trunk/clamav-devel@2510 77e5149b-7576-45b1-b177-96237e5ba77b

Nigel Horne authored on 2006/11/19 17:29:14
Showing 1 changed files
... ...
@@ -26,9 +26,10 @@
26 26
  *			don't have
27 27
  * TODO:	Test with real malware
28 28
  * TODO:	Add mailfollowurls type feature
29
- * TODO:	Check for vulnerabilities, leaks etc.
29
+ * TODO:	Check the NGS code for vulnerabilities, leaks etc.
30
+ * TODO:	Check the NGS code is thread safe
30 31
  */
31
-static	char	const	rcsid[] = "$Id: jscript.c,v 1.6 2006/11/18 22:42:40 njh Exp $";
32
+static	char	const	rcsid[] = "$Id: jscript.c,v 1.7 2006/11/19 08:29:14 njh Exp $";
32 33
 
33 34
 #if HAVE_CONFIG_H
34 35
 #include "clamav-config.h"