increase havoc_stack_pow2 on no finds

This commit is contained in:
van Hauser
2020-09-28 10:13:00 +02:00
parent e85fde201e
commit e69b25e34b
4 changed files with 9 additions and 2 deletions

View File

@ -1368,9 +1368,14 @@ int main(int argc, char **argv_orig, char **envp) {
break;
case 2:
// if (!have_p) afl->schedule = EXPLOIT;
afl->havoc_stack_pow2++;
afl->expand_havoc = 3;
break;
case 3:
afl->havoc_stack_pow2++;
afl->expand_havoc = 4;
break;
case 4:
// nothing else currently
break;