mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 03:18:07 +00:00
mini improvements
This commit is contained in:
@ -2540,7 +2540,7 @@ static u8 mopt_common_fuzzing(afl_state_t *afl, MOpt_globals_t MOpt_globals) {
|
||||
|
||||
#else
|
||||
|
||||
if (afl->pending_favored) {
|
||||
if (likely(afl->pending_favored)) {
|
||||
|
||||
/* If we have any favored, non-fuzzed new arrivals in the queue,
|
||||
possibly skip to them at the expense of already-fuzzed or non-favored
|
||||
|
Reference in New Issue
Block a user