aboutsummaryrefslogtreecommitdiff
path: root/include/afl-fuzz.h
diff options
context:
space:
mode:
authoryuawn <ssspeed00@gmail.com>2021-12-11 09:10:31 +0000
committeryuawn <ssspeed00@gmail.com>2021-12-11 10:07:16 +0000
commit269054e5c5a5b8897dff230f4a5fe864e47d57ad (patch)
tree857040d1cb1839db6faac77b94b255446307a8aa /include/afl-fuzz.h
parent7603e49765080c8114b8c2e796ce9e0d2a02614b (diff)
downloadAFLplusplus-269054e5c5a5b8897dff230f4a5fe864e47d57ad.tar.gz
update header file
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 baab8ec9..e59b3781 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -527,7 +527,7 @@ typedef struct afl_state {
double *alias_probability; /* alias weighted probabilities */
u32 * alias_table; /* alias weighted random lookup table */
- u32 active_paths; /* enabled entries in the queue */
+ u32 active_items; /* enabled entries in the queue */
u8 *var_bytes; /* Bytes that appear to be variable */