diff options
author | van Hauser <vh@thc.org> | 2020-08-14 08:33:36 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-08-14 08:33:36 +0200 |
commit | ce92adcb9bcaba4894b58a26b2a10b11ef249c0a (patch) | |
tree | add31e688b55b91e2c0e79adea5da676c1337eec /src | |
parent | e94cc1fae0e78cd6c2e7e3cad737ad039148888f (diff) | |
download | afl++-ce92adcb9bcaba4894b58a26b2a10b11ef249c0a.tar.gz |
formatting
Diffstat (limited to 'src')
-rw-r--r-- | src/afl-forkserver.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/afl-forkserver.c b/src/afl-forkserver.c index 33dfde97..25983f26 100644 --- a/src/afl-forkserver.c +++ b/src/afl-forkserver.c @@ -875,7 +875,8 @@ void afl_fsrv_start(afl_forkserver_t *fsrv, char **argv, " - the target was compiled with afl-clang-lto and a constructor " "was\n" " instrumented, recompiling without AFL_LLVM_MAP_ADDR might solve " - "your problem\n\n" + "your \n" + " problem\n\n" " - Less likely, there is a horrible bug in the fuzzer. If other " "options\n" |