diff options
| author | yuawn <ssspeed00@gmail.com> | 2021-12-11 09:10:31 +0000 |
|---|---|---|
| committer | yuawn <ssspeed00@gmail.com> | 2021-12-11 10:07:16 +0000 |
| commit | 269054e5c5a5b8897dff230f4a5fe864e47d57ad (patch) | |
| tree | 857040d1cb1839db6faac77b94b255446307a8aa /include | |
| parent | 7603e49765080c8114b8c2e796ce9e0d2a02614b (diff) | |
| download | afl++-269054e5c5a5b8897dff230f4a5fe864e47d57ad.tar.gz | |
update header file
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 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 */ |
