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: {
|
||||
|
||||
}
|
||||
|
||||
/* 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() */
|
||||
|
Reference in New Issue
Block a user