This commit is contained in:
vanhauser-thc
2022-05-02 14:11:25 +02:00
parent 293e255734
commit 68e8467859

View File

@ -5028,12 +5028,10 @@ pacemaker_fuzzing:
default: {
}
/* Values 16 and 17 can be selected only if there are any extras
present in the dictionaries. */
r -= 15;
r -= 16;
if (r == 0 && (afl->extras_cnt || afl->a_extras_cnt)) {
@ -5217,6 +5215,8 @@ pacemaker_fuzzing:
MOpt_globals.cycles_v2[STAGE_Splice]++;
break;
}
} // end of default:
} /* switch select_algorithm() */