about summary refs log tree commit diff
path: root/src/afl-fuzz.c
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-09-30 12:42:40 +0200
committervanhauser-thc <vh@thc.org>2023-09-30 12:42:40 +0200
commit6b73dee7da4e4e8bd227a9cb156c7a683d124682 (patch)
tree3688ecc73b8465750062c412755a739e1050e9a9 /src/afl-fuzz.c
parentd6b6278cb466570aad7b6116786027582cd093d8 (diff)
downloadafl++-6b73dee7da4e4e8bd227a9cb156c7a683d124682.tar.gz
add afl-addseeds tool
Diffstat (limited to 'src/afl-fuzz.c')
-rw-r--r--src/afl-fuzz.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c
index 8574b9b3..0a6755d7 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -1346,6 +1346,12 @@ int main(int argc, char **argv_orig, char **envp) {
 
   }
 
+  if (strcmp(afl->sync_id, "addseeds") == 0) {
+
+    FATAL("-M/-S name 'addseeds' is a reserved name, choose something else");
+
+  }
+
   if (afl->is_main_node == 1 && afl->schedule != FAST &&
       afl->schedule != EXPLORE) {