diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-02-18 10:42:19 +0100 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-02-18 10:42:19 +0100 |
commit | 528193e925595f4c12b946561bde26bd0f3b942d (patch) | |
tree | a3b033ff590759339b66b4448b5e77f6a9e7d91f /include/config.h | |
parent | 3e20edf10e5129e990c295b86e14d896c4a3ca48 (diff) | |
download | afl++-528193e925595f4c12b946561bde26bd0f3b942d.tar.gz |
remove heap checks in alloc-inl.h
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/config.h b/include/config.h index c55c46c9..12e2d092 100644 --- a/include/config.h +++ b/include/config.h @@ -46,12 +46,6 @@ #define FANCY_BOXES #endif -/* Comment out to have safe memory checks (security in ck_ functions). - This will cost a little speed, so disable when developing on how - the queue works */ - -#define UNSAFE_MEMORY - /* Default timeout for fuzzed code (milliseconds). This is the upper bound, also used for detecting hangs; the actual value is auto-scaled: */ |