diff options
author | van Hauser <vh@thc.org> | 2020-08-11 11:16:48 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-08-11 11:16:48 +0200 |
commit | 4f695b6f4c3ced165703363904e42492fca82112 (patch) | |
tree | 9de194f90da699d1d99cb2debae7f22989a7d616 /include/afl-fuzz.h | |
parent | 3ec1b2374336d0b98aa4fc586cd5bc601b711821 (diff) | |
download | afl++-4f695b6f4c3ced165703363904e42492fca82112.tar.gz |
fixes
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 02c36861..c578c583 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -506,7 +506,7 @@ typedef struct afl_state { var_byte_count, /* Bitmap bytes with var behavior */ current_entry, /* Current queue entry ID */ havoc_div, /* Cycle count divisor for havoc */ - taint_len; + taint_len, taint_count; u64 total_crashes, /* Total number of crashes */ unique_crashes, /* Crashes with unique signatures */ |