about summary refs log tree commit diff
path: root/include/config.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-02-28 00:35:59 +0100
committervan Hauser <vh@thc.org>2020-02-28 00:35:59 +0100
commitf526bb2ecb6dbbf6b155f12f6e8e12596cd1b84c (patch)
tree49ee1b7b7e2ffa0df10c7ada5687a5cc049f0e03 /include/config.h
parent4e37e12c06dda8914dac5175e2f02d3106a3ac9f (diff)
downloadafl++-f526bb2ecb6dbbf6b155f12f6e8e12596cd1b84c.tar.gz
better alloc-inl.h
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 59a476c9..58562346 100644
--- a/include/config.h
+++ b/include/config.h
@@ -40,6 +40,11 @@
 
 #define USE_COLOR
 
+/* If you want to have the original afl internal memory corruption checks.
+   Disabled by default for speed. it is better to use "make ASAN_BUILD=1". */
+
+//#define _WANT_ORIGINAL_AFL_ALLOC
+
 /* Comment out to disable fancy ANSI boxes and use poor man's 7-bit UI: */
 
 #ifndef ANDROID_DISABLE_FANCY  // Fancy boxes are ugly from adb