mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 11:08:06 +00:00
got rid of questionable phrasing
This commit is contained in:
@ -303,7 +303,7 @@ void cull_queue(afl_state_t *afl) {
|
||||
u32 i;
|
||||
u8 * temp_v = afl->map_tmp_buf;
|
||||
|
||||
if (afl->dumb_mode || !afl->score_changed) { return; }
|
||||
if (afl->non_instrumented_mode || !afl->score_changed) { return; }
|
||||
|
||||
afl->score_changed = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user