about summary refs log tree commit diff
path: root/src/afl-fuzz-bitmap.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-03-19 15:20:39 +0100
committervan Hauser <vh@thc.org>2020-03-19 15:20:39 +0100
commitbe261b3e69baa93dc3dcb54bcc066fe397716e91 (patch)
treefe6caca1eda451d35ed9e5cb9cdaf6df8c806df4 /src/afl-fuzz-bitmap.c
parentf6847b0314320c1799efd238295d3aa4411c3f23 (diff)
downloadafl++-be261b3e69baa93dc3dcb54bcc066fe397716e91.tar.gz
moved repository to https://github.com/AFLplusplus/AFLplusplus and updated links
Diffstat (limited to 'src/afl-fuzz-bitmap.c')
-rw-r--r--src/afl-fuzz-bitmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz-bitmap.c b/src/afl-fuzz-bitmap.c
index f9f05131..7e2d3212 100644
--- a/src/afl-fuzz-bitmap.c
+++ b/src/afl-fuzz-bitmap.c
@@ -499,7 +499,7 @@ static void write_crash_readme(afl_state_t *afl) {
       "drop\n"
       "an mail at <afl-users@googlegroups.com> once the issues are fixed\n\n"
 
-      "  https://github.com/vanhauser-thc/AFLplusplus\n\n",
+      "  https://github.com/AFLplusplus/AFLplusplus\n\n",
 
       afl->orig_cmdline, DMS(afl->fsrv.mem_limit << 20));  /* ignore errors */