mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-18 12:48:06 +00:00
fix exploit, mmopt and rare schedule
This commit is contained in:
@ -1366,7 +1366,7 @@ int main(int argc, char **argv_orig, char **envp) {
|
||||
afl->expand_havoc = 2;
|
||||
break;
|
||||
case 2:
|
||||
if (!have_p) afl->schedule = EXPLOIT;
|
||||
//if (!have_p) afl->schedule = EXPLOIT;
|
||||
afl->expand_havoc = 3;
|
||||
break;
|
||||
case 3:
|
||||
|
Reference in New Issue
Block a user