diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-03-07 12:11:06 +0100 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-03-07 12:11:06 +0100 |
commit | 172d384bf26b57beecbe084d19530ebc34a6e3fc (patch) | |
tree | 8fa5aab99db50084e93fc0b0f2bfc05ae53b3bc9 /include/alloc-inl.h | |
parent | 1e30c3a941bb10658a0d0b7c07d62e5b011d12b9 (diff) | |
download | afl++-172d384bf26b57beecbe084d19530ebc34a6e3fc.tar.gz |
custom havoc mutation
Diffstat (limited to 'include/alloc-inl.h')
-rw-r--r-- | include/alloc-inl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/alloc-inl.h b/include/alloc-inl.h index 19ac86e9..1451aae0 100644 --- a/include/alloc-inl.h +++ b/include/alloc-inl.h @@ -34,6 +34,8 @@ #include "types.h" #include "debug.h" +// Be careful! _WANT_ORIGINAL_AFL_ALLOC is not compatible with custom mutators + #ifndef _WANT_ORIGINAL_AFL_ALLOC // afl++ stuff without memory corruption checks - for speed |