about summary refs log tree commit diff
path: root/src/afl-fuzz.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-06-24 11:09:33 +0200
committervan Hauser <vh@thc.org>2020-06-24 11:09:33 +0200
commitbdc8e3b79e8fd4b59ef71a9f585fe8590b90f1c2 (patch)
tree18ddbac0f136225dee156c0cc94dd791496e21f1 /src/afl-fuzz.c
parent9289af040c25a9c426cc2a275596d8a009aee894 (diff)
downloadafl++-bdc8e3b79e8fd4b59ef71a9f585fe8590b90f1c2.tar.gz
create .synced/NAMES.last to document last sync attempts
Diffstat (limited to 'src/afl-fuzz.c')
-rw-r--r--src/afl-fuzz.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c
index c8083f71..f3b63ff0 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -384,7 +384,7 @@ int main(int argc, char **argv_orig, char **envp) {
         afl->out_dir = optarg;
         break;
 
-      case 'M': {                                         /* master sync ID */
+      case 'M': {                                           /* main sync ID */
 
         u8 *c;
 
@@ -413,7 +413,7 @@ int main(int argc, char **argv_orig, char **envp) {
 
       break;
 
-      case 'S':
+      case 'S':                                        /* secondary sync id */
 
         if (afl->sync_id) { FATAL("Multiple -S or -M options not supported"); }
         afl->sync_id = ck_strdup(optarg);