Browse code

increase CLI_MAX_ALLOCATION (bb#54)

git-svn: trunk@2415

Tomasz Kojm authored on 2006/10/19 21:56:25
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Thu Oct 19 14:54:49 CEST 2006 (tk)
2
+----------------------------------
3
+  * libclamav/other.h: increase CLI_MAX_ALLOCATION (bb#54)
4
+
1 5
 Thu Oct 19 14:32:02 CEST 2006 (tk)
2 6
 ----------------------------------
3 7
   * docs/signatures.{pdf,tex}: update
... ...
@@ -41,7 +41,7 @@
41 41
     (bb_size > 0 && sb_size >= 0 && sb_size <= bb_size	\
42 42
      && sb >= bb && sb + sb_size <= bb + bb_size && sb + sb_size >= bb)
43 43
 
44
-#define CLI_MAX_ALLOCATION 134217728
44
+#define CLI_MAX_ALLOCATION 184549376
45 45
 
46 46
 /* internal clamav context */
47 47
 typedef struct {