diff options
author | van Hauser <vh@thc.org> | 2020-02-17 08:25:27 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-02-17 08:25:27 +0100 |
commit | 220804714bb4cc8722940fd4fe6a0604901dfd2a (patch) | |
tree | 4d2400345544ed6646901bd0f56e7662f69b7fbd /include/config.h | |
parent | d41f4130168629ec01f420b79fce42f4f0c11961 (diff) | |
download | afl++-220804714bb4cc8722940fd4fe6a0604901dfd2a.tar.gz |
unsafe memory speed toggle
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index 12e2d092..c55c46c9 100644 --- a/include/config.h +++ b/include/config.h @@ -46,6 +46,12 @@ #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: */ |