mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-17 12:18:08 +00:00
no cycle on expand
This commit is contained in:
@ -1275,7 +1275,7 @@ int main(int argc, char **argv_orig, char **envp) {
|
|||||||
afl->expand_havoc = 2;
|
afl->expand_havoc = 2;
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
afl->cycle_schedules = 1;
|
//afl->cycle_schedules = 1;
|
||||||
afl->expand_havoc = 3;
|
afl->expand_havoc = 3;
|
||||||
break;
|
break;
|
||||||
case 3:
|
case 3:
|
||||||
|
Reference in New Issue
Block a user