later auto splicing

This commit is contained in:
vanhauser-thc
2025-01-14 12:39:35 +01:00
parent 7ad694716b
commit 33f3c4c7da

View File

@ -2978,9 +2978,6 @@ int main(int argc, char **argv_orig, char **envp) {
afl->expand_havoc = 1; afl->expand_havoc = 1;
break; break;
case 1: case 1:
// if we did not use splicing (default) then activate it
afl->use_splicing = 1;
// add MOpt mutator // add MOpt mutator
/* /*
if (afl->limit_time_sig == 0 && !afl->custom_only && if (afl->limit_time_sig == 0 && !afl->custom_only &&
@ -3011,7 +3008,8 @@ int main(int argc, char **argv_orig, char **envp) {
// 3; // 3;
break; break;
case 5: case 5:
// nothing else currently // if we did not use splicing (default) then activate it
afl->use_splicing = 1;
break; break;
} }