diff options
author | vanhauser-thc <vh@thc.org> | 2021-06-01 10:53:02 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-06-01 10:53:02 +0200 |
commit | 5f6ff95e6a203ef6392f7c100a981671edc5fe41 (patch) | |
tree | 95d8398a96a7e02b199e4718f84ce91f3be7ce71 /docs/custom_mutators.md | |
parent | 17e904eedf025e870c79cd0dcc037282e1cce1d7 (diff) | |
download | afl++-5f6ff95e6a203ef6392f7c100a981671edc5fe41.tar.gz |
fix docs
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 3e3ae01d..129d6676 100644 --- a/docs/custom_mutators.md +++ b/docs/custom_mutators.md @@ -123,6 +123,7 @@ def deinit(): # optional for Python Note that this function is optional - but it makes 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! - `describe` (optional): |