diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2020-05-23 08:15:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-23 08:15:20 +0200 |
commit | 0245f8438d71b07e2a2415e8880bd4bbd70b5859 (patch) | |
tree | 7045ddb93d361094ffc2ba5b8607559ea4714952 | |
parent | d7ea8356a75a7e9076149d002bf3bd3b8045fe15 (diff) | |
download | afl++-0245f8438d71b07e2a2415e8880bd4bbd70b5859.tar.gz |
forkserver: missing space in message
-rw-r--r-- | src/afl-forkserver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-forkserver.c b/src/afl-forkserver.c index 076fa392..b67aedde 100644 --- a/src/afl-forkserver.c +++ b/src/afl-forkserver.c @@ -677,7 +677,7 @@ void afl_fsrv_start(afl_forkserver_t *fsrv, char **argv, SAYF("\n" cLRD "[-] " cRST "Hmm, looks like the target binary terminated before we could" - "complete a handshake with the injected code.\n" + " 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" "Otherwise there is a horrible bug in the fuzzer.\n" |