diff options
author | hexcoder- <heiko@hexco.de> | 2020-02-19 02:13:50 +0100 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-02-19 02:13:50 +0100 |
commit | 3beee6da772f88f1bd7987b4b2e7c56a53ec3270 (patch) | |
tree | 2e9cbb09322c058bd2d48831062bc3cec298663d /include/config.h | |
parent | 16a7e4ae681c45aadbba15bd32e7e1b5aeba2226 (diff) | |
parent | def4ad645c0ab450f8502e16117ecc50dcc2f41a (diff) | |
download | afl++-3beee6da772f88f1bd7987b4b2e7c56a53ec3270.tar.gz |
Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplus
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: */ |