Browse code

disable PE code

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

Tomasz Kojm authored on 2004/05/27 00:01:24
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Wed May 26 16:57:21 CEST 2004 (tk)
2
+----------------------------------
3
+  * libclamav: disable (accidentally enabled yesterday) PE code
4
+
1 5
 Tue May 25 22:30:33 CEST 2004 (tk)
2 6
 ----------------------------------
3 7
   * libclamav: + report oversized archives (just like clamav-0.6x did)
... ...
@@ -73,7 +73,7 @@ static const struct cli_magic_s cli_magic[] = {
73 73
 
74 74
     /* Executables */
75 75
 
76
-    {0,  "MZ",				2,  "DOS/W32 executable", CL_DOSEXE},
76
+    /* {0,  "MZ",				2,  "DOS/W32 executable", CL_DOSEXE}, */
77 77
 
78 78
     /* Archives */
79 79