diff options
author | van Hauser <vh@thc.org> | 2020-09-25 12:03:24 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-09-25 12:03:24 +0200 |
commit | 6b3b1775b6b274bc62f9c79f686fc79fa110d0a8 (patch) | |
tree | a942d09c4d822e02591b7122389e1ea7a4bca142 /include/afl-fuzz.h | |
parent | 3334eeb4ebd1d933f3b663a6eabc17835c6850c5 (diff) | |
download | afl++-6b3b1775b6b274bc62f9c79f686fc79fa110d0a8.tar.gz |
improving on splice candidate check patch
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 0efd48ec..441ecc61 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -483,7 +483,7 @@ typedef struct afl_state { disable_trim, /* Never trim in fuzz_one */ shmem_testcase_mode, /* If sharedmem testcases are used */ expand_havoc, /* perform expensive havoc after no find */ - cycle_schedules; /* cycle power schedules ? */ + cycle_schedules; /* cycle power schedules? */ u8 *virgin_bits, /* Regions yet untouched by fuzzing */ *virgin_tmout, /* Bits we haven't seen in tmouts */ @@ -657,7 +657,7 @@ typedef struct afl_state { * they do not call another function */ u8 *map_tmp_buf; - /* queue entries ready for splicing count (len > 1) */ + /* queue entries ready for splicing count (len > 4) */ u32 ready_for_splicing_count; } afl_state_t; |