diff options
| author | hexcoder- <heiko@hexco.de> | 2020-01-17 20:41:30 +0100 |
|---|---|---|
| committer | hexcoder- <heiko@hexco.de> | 2020-01-17 20:41:30 +0100 |
| commit | 1ac31361ca61f71b6a419064de5063aef80203e5 (patch) | |
| tree | e5370cca343d8a4426d32040d6cae35d1836f385 /include | |
| parent | 800d43b84666461cb682be20fdc5df48c13c252b (diff) | |
| download | afl++-1ac31361ca61f71b6a419064de5063aef80203e5.tar.gz | |
as suggested, added a comment, why NetBSD needs a higher memory limit
Diffstat (limited to 'include')
| -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 69380282..4eac82e0 100644 --- a/include/config.h +++ b/include/config.h @@ -67,7 +67,7 @@ # else # define MEM_LIMIT 50 # endif /* ^!WORD_SIZE_64 */ -#else +#else /* NetBSD's kernel needs more space for stack, see discussion for issue #165 */ # define MEM_LIMIT 200 #endif /* Default memory limit when running in QEMU mode (MB): */ |
