mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-17 12:18:08 +00:00
fix
This commit is contained in:
@ -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,6 +5215,8 @@ 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() */
|
||||||
|
Reference in New Issue
Block a user