about summary refs log tree commit diff
path: root/src/afl-fuzz-init.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-init.c
parentf6847b0314320c1799efd238295d3aa4411c3f23 (diff)
downloadafl++-be261b3e69baa93dc3dcb54bcc066fe397716e91.tar.gz
moved repository to https://github.com/AFLplusplus/AFLplusplus and updated links
Diffstat (limited to 'src/afl-fuzz-init.c')
-rw-r--r--src/afl-fuzz-init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz-init.c b/src/afl-fuzz-init.c
index 40ee7d7f..6b5fa24f 100644
--- a/src/afl-fuzz-init.c
+++ b/src/afl-fuzz-init.c
@@ -181,7 +181,7 @@ void bind_to_free_cpu(afl_state_t *afl) {
   ck_free(procs);
 #else
 #warning \
-    "For this platform we do not have free CPU binding code yet. If possible, please supply a PR to https://github.com/vanhauser-thc/AFLplusplus"
+    "For this platform we do not have free CPU binding code yet. If possible, please supply a PR to https://github.com/AFLplusplus/AFLplusplus"
 #endif
 
   size_t cpu_start = 0;