fix missing trace_mini check

This commit is contained in:
vanhauser-thc
2024-08-14 18:47:38 +02:00
parent e2099114aa
commit 6ddd5ecf4a

View File

@ -973,7 +973,8 @@ void cull_queue(afl_state_t *afl) {
for (i = 0; i < afl->fsrv.map_size; ++i) {
if (afl->top_rated[i] && (temp_v[i >> 3] & (1 << (i & 7)))) {
if (afl->top_rated[i] && (temp_v[i >> 3] & (1 << (i & 7))) &&
afl->top_rated[i]->trace_mini) {
u32 j = len;