aboutsummaryrefslogtreecommitdiff
path: root/include/afl-fuzz.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-12-08 11:07:11 +0100
committervan Hauser <vh@thc.org>2020-12-08 11:07:11 +0100
commit46156957bd120dc8d8bcd9da72f83574902c654f (patch)
tree2d45a69204f0ba0d1353f9d29fbfc159829eddad /include/afl-fuzz.h
parent2f4166d5d6aca701e5583afe2421284e492d2446 (diff)
downloadAFLplusplus-46156957bd120dc8d8bcd9da72f83574902c654f.tar.gz
fix aflfast changes
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r--include/afl-fuzz.h2
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. */