diff options
author | van Hauser <vh@thc.org> | 2020-12-08 11:07:11 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-12-08 11:07:11 +0100 |
commit | 46156957bd120dc8d8bcd9da72f83574902c654f (patch) | |
tree | 2d45a69204f0ba0d1353f9d29fbfc159829eddad /include | |
parent | 2f4166d5d6aca701e5583afe2421284e492d2446 (diff) | |
download | afl++-46156957bd120dc8d8bcd9da72f83574902c654f.tar.gz |
fix aflfast changes
Diffstat (limited to 'include')
-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 6ce032df..2f2d31d3 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -169,7 +169,7 @@ struct queue_entry { u32 tc_ref; /* Trace bytes ref count */ double perf_score, /* performance score */ - weight; + weight; u8 *testcase_buf; /* The testcase buffer, if loaded. */ |