commit | 716eb226b282c06c47853d20e46a62bc2f75435a | [log] [tgz] |
---|---|---|
author | van Hauser <vh@thc.org> | Thu Aug 06 20:06:57 2020 +0200 |
committer | van Hauser <vh@thc.org> | Thu Aug 06 20:06:57 2020 +0200 |
tree | 0de819eba60a6acc72305f5dd5c9b37b4cd39805 | |
parent | cb3631a3223806210a781f1138508b37d4f6d761 [diff] |
enforce __afl_cmp_map points to a dummy by default
diff --git a/llvm_mode/afl-llvm-rt.o.c b/llvm_mode/afl-llvm-rt.o.c index fcacc67..8ccd5a8 100644 --- a/llvm_mode/afl-llvm-rt.o.c +++ b/llvm_mode/afl-llvm-rt.o.c
@@ -101,7 +101,7 @@ int __afl_sharedmem_fuzzing __attribute__((weak)); -struct cmp_map *__afl_cmp_map; +struct cmp_map *__afl_cmp_map = (struct cmp_map *) __afl_area_initial; /* Running in persistent mode? */