mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-10 09:11:34 +00:00
cmplog lower fail
This commit is contained in:
parent
66c290f804
commit
8a8ecef6f5
@ -2440,8 +2440,8 @@ u8 input_to_state_stage(afl_state_t *afl, u8 *orig_buf, u8 *buf, u32 len) {
|
||||
|
||||
if (!afl->shm.cmp_map->headers[k].hits) { continue; }
|
||||
|
||||
if (afl->pass_stats[k].faileds == 0xff ||
|
||||
afl->pass_stats[k].total == 0xff) {
|
||||
if (afl->pass_stats[k].faileds >= 0x69 ||
|
||||
afl->pass_stats[k].total >= 0x69) {
|
||||
|
||||
#ifdef _DEBUG
|
||||
fprintf(stderr, "DISABLED %u\n", k);
|
||||
|
Loading…
x
Reference in New Issue
Block a user