mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 11:28:08 +00:00
fix displayed schedule
This commit is contained in:
@ -32,7 +32,7 @@ s32 interesting_32[] = {INTERESTING_8, INTERESTING_16, INTERESTING_32};
|
|||||||
|
|
||||||
char *power_names[POWER_SCHEDULES_NUM] = {
|
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 */
|
/* Initialize MOpt "globals" for this afl state */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user