From 0245f8438d71b07e2a2415e8880bd4bbd70b5859 Mon Sep 17 00:00:00 2001 From: hexcoder Date: Sat, 23 May 2020 08:15:20 +0200 Subject: forkserver: missing space in message --- src/afl-forkserver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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" -- cgit 1.4.1