diff options
author | vanhauser-thc <vh@thc.org> | 2021-02-07 05:33:02 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-02-07 05:33:02 +0100 |
commit | 209c5ba4657b641bf261da7ac9ce7d3f809109c2 (patch) | |
tree | 9aa88f72ad623b0b7bc3829a5fb94d19d2cde2ac /instrumentation/afl-compiler-rt.o.c | |
parent | 01327ad301afbcc71b3ac597bc6e093839c5f469 (diff) | |
download | afl++-209c5ba4657b641bf261da7ac9ce7d3f809109c2.tar.gz |
larger map, stats reload fix, code format
Diffstat (limited to 'instrumentation/afl-compiler-rt.o.c')
-rw-r--r-- | instrumentation/afl-compiler-rt.o.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/afl-compiler-rt.o.c b/instrumentation/afl-compiler-rt.o.c index 65a5d3d2..059691ec 100644 --- a/instrumentation/afl-compiler-rt.o.c +++ b/instrumentation/afl-compiler-rt.o.c @@ -70,7 +70,7 @@ run. It will end up as .comm, so it shouldn't be too wasteful. */ #if MAP_SIZE <= 65536 - #define MAP_INITIAL_SIZE 1048576 + #define MAP_INITIAL_SIZE 2097152 #else #define MAP_INITIAL_SIZE MAP_SIZE #endif |