about summary refs log tree commit diff
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-01-17 20:41:30 +0100
committerhexcoder- <heiko@hexco.de>2020-01-17 20:41:30 +0100
commit1ac31361ca61f71b6a419064de5063aef80203e5 (patch)
treee5370cca343d8a4426d32040d6cae35d1836f385
parent800d43b84666461cb682be20fdc5df48c13c252b (diff)
downloadafl++-1ac31361ca61f71b6a419064de5063aef80203e5.tar.gz
as suggested, added a comment, why NetBSD needs a higher memory limit
-rw-r--r--include/config.h2
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): */