Skip to content
Snippets Groups Projects
Commit ad8f7d6e authored by vanhauser-thc's avatar vanhauser-thc
Browse files

switch user mailinglist reference to discord

parent 074b5ba5
Branches
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
## Should ## Should
- redo PCGUARD + LTO for llvm 15+ - redo PCGUARD + LTO for llvm 15+
- test cmplog for less than 16bit
- splicing selection weighted? - splicing selection weighted?
- support persistent and deferred fork server in afl-showmap? - support persistent and deferred fork server in afl-showmap?
- better autodetection of shifting runtime timeout values - better autodetection of shifting runtime timeout values
......
...@@ -1226,7 +1226,7 @@ void afl_fsrv_start(afl_forkserver_t *fsrv, char **argv, ...@@ -1226,7 +1226,7 @@ void afl_fsrv_start(afl_forkserver_t *fsrv, char **argv,
" - Less likely, there is a horrible bug in the fuzzer. If other " " - Less likely, there is a horrible bug in the fuzzer. If other "
"options\n" "options\n"
" fail, poke <afl-users@googlegroups.com> for troubleshooting " " fail, poke the Awesome Fuzzing Discord for troubleshooting "
"tips.\n"); "tips.\n");
} else { } else {
...@@ -1271,7 +1271,7 @@ void afl_fsrv_start(afl_forkserver_t *fsrv, char **argv, ...@@ -1271,7 +1271,7 @@ void afl_fsrv_start(afl_forkserver_t *fsrv, char **argv,
" - Less likely, there is a horrible bug in the fuzzer. If other " " - Less likely, there is a horrible bug in the fuzzer. If other "
"options\n" "options\n"
" fail, poke <afl-users@googlegroups.com> for troubleshooting " " fail, poke the Awesome Fuzzing Discord for troubleshooting "
"tips.\n", "tips.\n",
stringify_mem_size(val_buf, sizeof(val_buf), fsrv->mem_limit << 20), stringify_mem_size(val_buf, sizeof(val_buf), fsrv->mem_limit << 20),
fsrv->mem_limit - 1); fsrv->mem_limit - 1);
...@@ -1321,7 +1321,7 @@ void afl_fsrv_start(afl_forkserver_t *fsrv, char **argv, ...@@ -1321,7 +1321,7 @@ void afl_fsrv_start(afl_forkserver_t *fsrv, char **argv,
" Retry with setting AFL_MAP_SIZE=10000000.\n\n" " Retry with setting AFL_MAP_SIZE=10000000.\n\n"
"Otherwise there is a horrible bug in the fuzzer.\n" "Otherwise there is a horrible bug in the fuzzer.\n"
"Poke <afl-users@googlegroups.com> for troubleshooting tips.\n"); "Poke the Awesome Fuzzing Discord for troubleshooting tips.\n");
} else { } else {
...@@ -1370,7 +1370,7 @@ void afl_fsrv_start(afl_forkserver_t *fsrv, char **argv, ...@@ -1370,7 +1370,7 @@ void afl_fsrv_start(afl_forkserver_t *fsrv, char **argv,
" - Less likely, there is a horrible bug in the fuzzer. If other " " - Less likely, there is a horrible bug in the fuzzer. If other "
"options\n" "options\n"
" fail, poke <afl-users@googlegroups.com> for troubleshooting " " fail, poke the Awesome Fuzzing Discord for troubleshooting "
"tips.\n", "tips.\n",
getenv(DEFER_ENV_VAR) getenv(DEFER_ENV_VAR)
? " - You are using deferred forkserver, but __AFL_INIT() is " ? " - You are using deferred forkserver, but __AFL_INIT() is "
......
...@@ -1012,7 +1012,7 @@ void perform_dry_run(afl_state_t *afl) { ...@@ -1012,7 +1012,7 @@ void perform_dry_run(afl_state_t *afl) {
" - Least likely, there is a horrible bug in the fuzzer. If " " - Least likely, there is a horrible bug in the fuzzer. If "
"other options\n" "other options\n"
" fail, poke <afl-users@googlegroups.com> for " " fail, poke the Awesome Fuzzing Discord for "
"troubleshooting tips.\n", "troubleshooting tips.\n",
stringify_mem_size(val_buf, sizeof(val_buf), stringify_mem_size(val_buf, sizeof(val_buf),
afl->fsrv.mem_limit << 20), afl->fsrv.mem_limit << 20),
...@@ -1041,7 +1041,7 @@ void perform_dry_run(afl_state_t *afl) { ...@@ -1041,7 +1041,7 @@ void perform_dry_run(afl_state_t *afl) {
" - Least likely, there is a horrible bug in the fuzzer. If " " - Least likely, there is a horrible bug in the fuzzer. If "
"other options\n" "other options\n"
" fail, poke <afl-users@googlegroups.com> for " " fail, poke the Awesome Fuzzing Discord for "
"troubleshooting tips.\n"); "troubleshooting tips.\n");
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment