Commit aa83ea33 authored by Rusty Russell's avatar Rusty Russell

Increase max size: I actually hit this with a large file.

parent ba91d9ad
...@@ -43,7 +43,7 @@ ...@@ -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_MAGIC 0xe814ec70
#define TALLOC_FLAG_FREE 0x01 #define TALLOC_FLAG_FREE 0x01
#define TALLOC_FLAG_LOOP 0x02 #define TALLOC_FLAG_LOOP 0x02
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment