diff options
author | van Hauser <vh@thc.org> | 2020-02-03 16:10:16 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-02-03 16:10:16 +0100 |
commit | 542bea37fb79497ac3f4ea3411b2af4e5099c864 (patch) | |
tree | 988cc7ffc596d68d073af402e6511856698998ad /src/afl-fuzz-init.c | |
parent | 1d8e772f6c3bd542a2fc68835befde246b0bbef6 (diff) | |
download | afl++-542bea37fb79497ac3f4ea3411b2af4e5099c864.tar.gz |
fix MDs
Diffstat (limited to 'src/afl-fuzz-init.c')
-rw-r--r-- | src/afl-fuzz-init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz-init.c b/src/afl-fuzz-init.c index e39480da..9265e4a5 100644 --- a/src/afl-fuzz-init.c +++ b/src/afl-fuzz-init.c @@ -601,7 +601,7 @@ void perform_dry_run(char** argv) { "quickly\n" " estimate the required amount of virtual memory for the " "binary. Also,\n" - " if you are using ASAN, see %s/notes_for_asan.txt.\n\n" + " if you are using ASAN, see %s/notes_for_asan.md.\n\n" MSG_FORK_ON_APPLE |