about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/afl-forkserver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-forkserver.c b/src/afl-forkserver.c
index 8853458a..508b5fa7 100644
--- a/src/afl-forkserver.c
+++ b/src/afl-forkserver.c
@@ -1220,7 +1220,7 @@ void afl_fsrv_start(afl_forkserver_t *fsrv, char **argv,
       if ((status & FS_OPT_ERROR) == FS_OPT_ERROR)
         report_error_and_exit(FS_OPT_GET_ERROR(status));
 
-      if (fsrv->cmplog_binary) {
+      if (fsrv->cmplog_binary && !fsrv->qemu_mode) {
 
         FATAL("Target was compiled with outdated CMPLOG, recompile it!\n");