diff options
author | vanhauser-thc <vh@thc.org> | 2023-01-19 11:52:19 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-01-19 11:52:19 +0100 |
commit | eeca3a0b2939c605497e9b3a615ee4a466f4a3f2 (patch) | |
tree | 55e9abbb9ffc0c0388f7d45fc4d6d404aad0e3ee /docs/custom_mutators.md | |
parent | 151a8facae2048a26c65658dfec507233a677fb0 (diff) | |
download | afl++-eeca3a0b2939c605497e9b3a615ee4a466f4a3f2.tar.gz |
lots of fixes
Diffstat (limited to 'docs/custom_mutators.md')
-rw-r--r-- | docs/custom_mutators.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/custom_mutators.md b/docs/custom_mutators.md index 322caa5b..82131c92 100644 --- a/docs/custom_mutators.md +++ b/docs/custom_mutators.md @@ -150,6 +150,7 @@ def deinit(): # optional for Python sense to use it. You would only skip this if `post_process` is used to fix checksums etc. so if you are using it, e.g., as a post processing library. Note that a length > 0 *must* be returned! + The returned output buffer is under **your** memory management! - `describe` (optional): |