about summary refs log tree commit diff
path: root/qemu_mode
diff options
context:
space:
mode:
Diffstat (limited to 'qemu_mode')
-rw-r--r--qemu_mode/README.md2
-rw-r--r--qemu_mode/libqasan/libqasan.c2
2 files changed, 1 insertions, 3 deletions
diff --git a/qemu_mode/README.md b/qemu_mode/README.md
index a045ef4f..3ebfc54c 100644
--- a/qemu_mode/README.md
+++ b/qemu_mode/README.md
@@ -135,7 +135,7 @@ Recommended, but not as good as CMPLOG mode (see below).
 
 ## 8) CMPLOG mode
 
-Another new feature is CMPLOG, which is based on the redqueen project. Here all
+Another new feature is CMPLOG, which is based on the Redqueen project. Here all
 immediates in CMP instructions are learned and put into a dynamic dictionary and
 applied to all locations in the input that reached that CMP, trying to solve and
 pass it. This is a very effective feature and it is available for x86, x86_64,
diff --git a/qemu_mode/libqasan/libqasan.c b/qemu_mode/libqasan/libqasan.c
index 13e48c75..f4d590bd 100644
--- a/qemu_mode/libqasan/libqasan.c
+++ b/qemu_mode/libqasan/libqasan.c
@@ -72,8 +72,6 @@ __attribute__((constructor)) void __libqasan_init() {
 
   if (getenv("AFL_INST_LIBS") || getenv("QASAN_HOTPACH")) __libqasan_hotpatch();
 
-  if (getenv("AFL_INST_LIBS") || getenv("QASAN_HOTPACH")) __libqasan_hotpatch();
-
 #ifdef DEBUG
   __qasan_debug = getenv("QASAN_DEBUG") != NULL;
 #endif