about summary refs log tree commit diff
path: root/llvm_mode/afl-llvm-rt.o.c
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2020-08-06 20:26:06 +0200
committerAndrea Fioraldi <andreafioraldi@gmail.com>2020-08-06 20:26:06 +0200
commitd94681186dc4c3ff4d2fe873a744c4972f49fd56 (patch)
treea49a272d5ec38cf08139023a8214444f3c966a97 /llvm_mode/afl-llvm-rt.o.c
parent58a710d192167dfd9b5e8805c050588e9c0b0baa (diff)
parent716eb226b282c06c47853d20e46a62bc2f75435a (diff)
downloadafl++-d94681186dc4c3ff4d2fe873a744c4972f49fd56.tar.gz
Merge branch 'dev' of github.com:vanhauser-thc/AFLplusplus into dev
Diffstat (limited to 'llvm_mode/afl-llvm-rt.o.c')
-rw-r--r--llvm_mode/afl-llvm-rt.o.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm_mode/afl-llvm-rt.o.c b/llvm_mode/afl-llvm-rt.o.c
index 47a2881b..d67862f8 100644
--- a/llvm_mode/afl-llvm-rt.o.c
+++ b/llvm_mode/afl-llvm-rt.o.c
@@ -101,7 +101,7 @@ __thread u32        __afl_cmp_counter;
 
 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? */