diff options
-rw-r--r-- | src/afl-fuzz-state.c | 2 |
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 */ |