diff options
author | van Hauser <vh@thc.org> | 2023-05-31 12:41:32 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-31 12:41:32 +0300 |
commit | ed73c632a5791ca740fe64770b6d238206033ec4 (patch) | |
tree | 2c2d725c20074b5ac99c769c5876e4467b4d1929 /src/afl-fuzz-init.c | |
parent | c7ced56066953dd352ab1de341e486f9ec5e29d8 (diff) | |
parent | ad8f7d6eb3be245202ace23d4d1dd9152647a775 (diff) | |
download | afl++-ed73c632a5791ca740fe64770b6d238206033ec4.tar.gz |
Merge pull request #1749 from AFLplusplus/dev
push to stable
Diffstat (limited to 'src/afl-fuzz-init.c')
-rw-r--r-- | src/afl-fuzz-init.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/afl-fuzz-init.c b/src/afl-fuzz-init.c index baf56a5f..13802f40 100644 --- a/src/afl-fuzz-init.c +++ b/src/afl-fuzz-init.c @@ -1012,7 +1012,7 @@ void perform_dry_run(afl_state_t *afl) { " - Least likely, there is a horrible bug in the fuzzer. If " "other options\n" - " fail, poke <afl-users@googlegroups.com> for " + " fail, poke the Awesome Fuzzing Discord for " "troubleshooting tips.\n", stringify_mem_size(val_buf, sizeof(val_buf), afl->fsrv.mem_limit << 20), @@ -1041,7 +1041,7 @@ void perform_dry_run(afl_state_t *afl) { " - Least likely, there is a horrible bug in the fuzzer. If " "other options\n" - " fail, poke <afl-users@googlegroups.com> for " + " fail, poke the Awesome Fuzzing Discord for " "troubleshooting tips.\n"); } |