about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-04-04 16:25:05 +0200
committervanhauser-thc <vh@thc.org>2023-04-04 16:25:05 +0200
commit2bff92c603463410fa0f97e7c4db7eb14c45e5ed (patch)
tree136c52c0acc753dc12931390a0e45937334355c1
parent32ffa2664cdfa2cc377df12cbf6efdcecbc2e78a (diff)
downloadafl++-2bff92c603463410fa0f97e7c4db7eb14c45e5ed.tar.gz
nit
-rw-r--r--include/afl-mutations.h2
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