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