Browse code

Use pthread_cancel to kill runaway processes in the JS VM

git-svn: trunk@2516

Nigel Horne authored on 2006/11/23 18:50:23
Showing 1 changed files
... ...
@@ -1,3 +1,7 @@
1
+Thu Nov 23 09:47:13 GMT 2006 (njh)
2
+----------------------------------
3
+  * libclamav/jscript.c:	Improved the handling of runaway JS programs
4
+
1 5
 Thu Nov 23 01:05:30 CET 2006 (tk)
2 6
 ---------------------------------
3 7
   * libclamav: store db options in cl_engine for further reference,
... ...
@@ -10,7 +14,7 @@ Mon Nov 20 00:58:57 CET 2006 (tk)
10 10
 Sat Nov 18 22:44:37 GMT 2006 (njh)
11 11
 ----------------------------------
12 12
  * libclamav:	Don't implement the sleep function
13
- 		Handle DoS attacks on the JS VM by adding a timeout guarding
13
+		Handle DoS attacks on the JS VM by adding a timeout guarding
14 14
 			against infinite loops
15 15
 
16 16
 Sat Nov 18 21:46:10 CET 2006 (tk)
... ...
@@ -41,7 +45,7 @@ Sat Nov 11 20:09:07 GMT 2006 (njh)
41 41
 Fri Nov 10 22:41:11 GMT 2006 (njh)
42 42
 ----------------------------------
43 43
   * libclamav/mbox.c:	Fix compilation error when debug is enabled on BSD,
44
-  				bug 121
44
+				bug 121
45 45
 
46 46
 Fri Nov 10 20:36:09 GMT 2006 (njh)
47 47
 ----------------------------------