diff options
author | vanhauser-thc <vh@thc.org> | 2021-08-10 10:02:50 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-08-10 10:02:50 +0200 |
commit | 5700b3c7500204d386d2f9e0f696b4604f0416a8 (patch) | |
tree | cc679f357c7928b906650a3e3374827d58878309 /src/afl-forkserver.c | |
parent | 781e65ea429789bbd9a8ea34417d98babc65a124 (diff) | |
download | afl++-5700b3c7500204d386d2f9e0f696b4604f0416a8.tar.gz |
remove outdated references
Diffstat (limited to 'src/afl-forkserver.c')
-rw-r--r-- | src/afl-forkserver.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/afl-forkserver.c b/src/afl-forkserver.c index 26a9aaed..c8c94c08 100644 --- a/src/afl-forkserver.c +++ b/src/afl-forkserver.c @@ -845,9 +845,7 @@ void afl_fsrv_start(afl_forkserver_t *fsrv, char **argv, " from the fuzzer! Since it seems to be built with ASAN and you " "have a\n" " restrictive memory limit configured, this is expected; please " - "read\n" - " %s/notes_for_asan.md for help and run with '-m 0'.\n", - doc_path); + "run with '-m 0'.\n"); } else if (!fsrv->mem_limit) { @@ -946,8 +944,7 @@ void afl_fsrv_start(afl_forkserver_t *fsrv, char **argv, "with ASAN and\n" " you have a restrictive memory limit configured, this is " "expected; please\n" - " read %s/notes_for_asan.md for help and run with '-m 0'.\n", - doc_path); + " run with '-m 0'.\n"); } else if (!fsrv->mem_limit) { |