diff options
author | van Hauser <vh@thc.org> | 2024-05-14 13:18:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-14 13:18:22 +0200 |
commit | a26bb0b0f247a571cad56c9566235321cc93ba41 (patch) | |
tree | ae0d66d8a364ae4674f9a915457d83d55ed56fac /include/config.h | |
parent | 90fbf59bf16f057e50132b81be759414787ce1a3 (diff) | |
parent | 7d3530a22ea44eba0aa578041e41980b0d9c976a (diff) | |
download | afl++-a26bb0b0f247a571cad56c9566235321cc93ba41.tar.gz |
Merge pull request #2090 from AFLplusplus/dev
push to stable
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h index a2ff68ea..3727dab1 100644 --- a/include/config.h +++ b/include/config.h @@ -464,7 +464,7 @@ /* Do not change this unless you really know what you are doing. */ #define MAP_SIZE (1U << MAP_SIZE_POW2) -#if MAP_SIZE <= 65536 +#if MAP_SIZE <= 2097152 #define MAP_INITIAL_SIZE (2 << 20) // = 2097152 #else #define MAP_INITIAL_SIZE MAP_SIZE |