diff options
author | vanhauser-thc <vh@thc.org> | 2021-12-01 12:01:00 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-12-01 12:01:00 +0100 |
commit | 78b0e108a6b57739ff97927f15126c784bb03773 (patch) | |
tree | b5a75d65d83dfd841477eea0871f96302083b508 /src/afl-forkserver.c | |
parent | 22827e807035a50394bac6a37406b19109fc655f (diff) | |
download | afl++-78b0e108a6b57739ff97927f15126c784bb03773.tar.gz |
remove quickly
Diffstat (limited to 'src/afl-forkserver.c')
-rw-r--r-- | src/afl-forkserver.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/afl-forkserver.c b/src/afl-forkserver.c index 6320a26b..b871ea8c 100644 --- a/src/afl-forkserver.c +++ b/src/afl-forkserver.c @@ -941,8 +941,7 @@ void afl_fsrv_start(afl_forkserver_t *fsrv, char **argv, MSG_ULIMIT_USAGE " /path/to/fuzzed_app )\n\n" - " Tip: you can use https://jwilk.net/software/recidivm to " - "quickly\n" + " Tip: you can use https://jwilk.net/software/recidivm to\n" " estimate the required amount of virtual memory for the " "binary.\n\n" @@ -1041,8 +1040,7 @@ void afl_fsrv_start(afl_forkserver_t *fsrv, char **argv, MSG_ULIMIT_USAGE " /path/to/fuzzed_app )\n\n" - " Tip: you can use https://jwilk.net/software/recidivm to " - "quickly\n" + " Tip: you can use https://jwilk.net/software/recidivm to\n" " estimate the required amount of virtual memory for the " "binary.\n\n" |