Browse code

*** empty log message ***

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

Tomasz Kojm authored on 2003/09/22 04:20:41
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Sun Sep 21 21:19:36 CEST 2003 (tk)
2
+----------------------------------
3
+  * libclamav: increased MAGIC_BUFFER_SIZE to 14 bytes
4
+
1 5
 Tue Sep 16 19:34:56 CEST 2003 (tk)
2 6
 ----------------------------------
3 7
   * libclamav: scan messages that start with "Delivered-To"
... ...
@@ -50,7 +50,7 @@ int cli_scanrar_inuse = 0;
50 50
 #define SCAN_ARCHIVE	(options & CL_ARCHIVE)
51 51
 #define SCAN_MAIL	(options & CL_MAIL)
52 52
 
53
-#define MAGIC_BUFFER_SIZE 13
53
+#define MAGIC_BUFFER_SIZE 14
54 54
 #define RAR_MAGIC_STR "Rar!"
55 55
 #define ZIP_MAGIC_STR "PK\003\004"
56 56
 #define GZIP_MAGIC_STR "\037\213"