about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-05-22 20:59:32 +0200
committervan Hauser <vh@thc.org>2020-05-22 20:59:32 +0200
commit38fe1c60666d9e8cb3d7b825e5a926111b2160d5 (patch)
treecd6fd9bef181c3d0b235f6145fec7457a6fe2660 /src
parent74f01881e36e45005ed2080e351323367532ee01 (diff)
downloadafl++-38fe1c60666d9e8cb3d7b825e5a926111b2160d5.tar.gz
more help for LTO issues
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 1c0ba349..076fa392 100644
--- a/src/afl-forkserver.c
+++ b/src/afl-forkserver.c
@@ -679,7 +679,7 @@ void afl_fsrv_start(afl_forkserver_t *fsrv, char **argv,
          "Hmm, looks like the target binary terminated before we could"
          "complete a handshake with the injected code.\n"
          "If the target was compiled with afl-clang-lto then recompiling with"
-         "AFL_LLVM_MAP_DYNAMIC might solve your problem.\n"
+         " AFL_LLVM_MAP_DYNAMIC might solve your problem.\n"
          "Otherwise there is a horrible bug in the fuzzer.\n"
          "Poke <afl-users@googlegroups.com> for troubleshooting tips.\n");