about summary refs log tree commit diff
path: root/src/afl-fuzz-state.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-06-17 16:46:54 +0200
committerGitHub <noreply@github.com>2020-06-17 16:46:54 +0200
commit118cc88429c9cc5296ea5db69f2080d917235834 (patch)
tree6d12728d0764854d26f9010bbbe4ac04f695793d /src/afl-fuzz-state.c
parent0dc9967984df3f9c250d4c27b6de1cbd4cac3eb3 (diff)
parent61107c59cf234a8c78d68534a7bd2c39a22700b4 (diff)
downloadafl++-118cc88429c9cc5296ea5db69f2080d917235834.tar.gz
Merge pull request #412 from AFLplusplus/dev
fix displayed schedule
Diffstat (limited to 'src/afl-fuzz-state.c')
-rw-r--r--src/afl-fuzz-state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz-state.c b/src/afl-fuzz-state.c
index f1474f33..814c2ca2 100644
--- a/src/afl-fuzz-state.c
+++ b/src/afl-fuzz-state.c
@@ -32,7 +32,7 @@ s32 interesting_32[] = {INTERESTING_8, INTERESTING_16, INTERESTING_32};
 
 char *power_names[POWER_SCHEDULES_NUM] = {
 
-    "explore", "fast", "coe", "lin", "quad", "exploit", "mmopt", "rare"};
+    "explore", "exploit", "fast", "coe", "lin", "quad", "rare", "mmopt"};
 
 /* Initialize MOpt "globals" for this afl state */