]> git.ozlabs.org Git - ccan/commitdiff
Increase max size: I actually hit this with a large file.
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 11 Aug 2009 11:58:51 +0000 (21:28 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 11 Aug 2009 11:58:51 +0000 (21:28 +0930)
ccan/talloc/talloc.c

index a5cd447e908b79cafc6709d860eac959715a9150..58921e17d21acfdb8e2a895c3b803059f338bd9e 100644 (file)
@@ -43,7 +43,7 @@
 #define ALWAYS_REALLOC 0
 
 
 #define ALWAYS_REALLOC 0
 
 
-#define MAX_TALLOC_SIZE 0x10000000
+#define MAX_TALLOC_SIZE 0x7FFFFFFF
 #define TALLOC_MAGIC 0xe814ec70
 #define TALLOC_FLAG_FREE 0x01
 #define TALLOC_FLAG_LOOP 0x02
 #define TALLOC_MAGIC 0xe814ec70
 #define TALLOC_FLAG_FREE 0x01
 #define TALLOC_FLAG_LOOP 0x02