diff options
author | vanhauser-thc <vh@thc.org> | 2023-04-04 16:25:05 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-04-04 16:25:05 +0200 |
commit | 2bff92c603463410fa0f97e7c4db7eb14c45e5ed (patch) | |
tree | 136c52c0acc753dc12931390a0e45937334355c1 | |
parent | 32ffa2664cdfa2cc377df12cbf6efdcecbc2e78a (diff) | |
download | afl++-2bff92c603463410fa0f97e7c4db7eb14c45e5ed.tar.gz |
nit
-rw-r--r-- | include/afl-mutations.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/afl-mutations.h b/include/afl-mutations.h index e3f69214..707db799 100644 --- a/include/afl-mutations.h +++ b/include/afl-mutations.h @@ -14,7 +14,7 @@ Parameters: afl_state_t *afl - the *afl state pointer u8 *buf - the input buffer to mutate which will be mutated into. - NOTE: must be of MAX_FILE size! + NOTE: must be able to contain a size of at least max_len (see below)! u32 len - the length of the input u32 steps - how many mutations to perform on the input bool is_text - is the target expecting text inputs |