diff options
-rw-r--r-- | ccan/talloc/talloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ccan/talloc/talloc.c b/ccan/talloc/talloc.c index a5cd447e..58921e17 100644 --- a/ccan/talloc/talloc.c +++ b/ccan/talloc/talloc.c @@ -43,7 +43,7 @@ #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 |