Browse code

Short binhex data could confuse things

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

Nigel Horne authored on 2004/05/28 02:05:11
Showing 1 changed files
... ...
@@ -1,3 +1,10 @@
1
+Thu May 27 18:01:28 BST 2004 (njh)
2
+----------------------------------
3
+  * docs/man/clamav-milter.8:	Clarify usage of when to use template files
4
+  * libclamav/message.c:	Fixed bug where a truncated BinHex file could
5
+	crash the scanner (bug found by Stefan Kaltenbrunner
6
+		<mm-mailinglist@madness.at>)
7
+
1 8
 Thu May 27 16:38:14 BST 2004 (trog)
2 9
 -----------------------------------
3 10
   *  libclamav/vba_extract.c: Add code to extract OLE2 objects embedded
... ...
@@ -22,14 +29,14 @@ Tue May 25 22:30:33 CEST 2004 (tk)
22 22
 Tue May 25 17:24:48 BST 2004 (njh)
23 23
 ----------------------------------
24 24
   * clamav-milter:	X-Virus-Status: Not Scanned - StreamMaxLength exceeded
25
-  	was not always being added
25
+	was not always being added
26 26
 			Now says host running clamd rather than host running
27 27
 	clamav-milter, useful for checking load balancing etc.
28 28
 
29 29
 Mon May 24 18:09:23 BST 2004 (njh)
30 30
 ----------------------------------
31 31
   * clamav-milter:	Include hostname of the scanner (clamav-milter not
32
-  	clamd for now) in the headers if --noxheader is not given
32
+	clamd for now) in the headers if --noxheader is not given
33 33
 
34 34
 Fri May 21 12:32:24 BST 2004 (njh)
35 35
 ----------------------------------