about summary refs log tree commit diff
path: root/include/afl-mutations.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/afl-mutations.h')
-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