aboutsummaryrefslogtreecommitdiff
path: root/examples/custom_mutators/example.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/custom_mutators/example.py')
-rw-r--r--examples/custom_mutators/example.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/custom_mutators/example.py b/examples/custom_mutators/example.py
index 9e95eed6..cf659e5a 100644
--- a/examples/custom_mutators/example.py
+++ b/examples/custom_mutators/example.py
@@ -21,6 +21,7 @@ COMMANDS = [
b"GET",
b"PUT",
b"DEL",
+ b"AAAAAAAAAAAAAAAAA",
]
@@ -119,7 +120,7 @@ def fuzz(buf, add_buf, max_size):
#
# return next_index
#
-# def pre_save(buf):
+# def post_process(buf):
# '''
# Called just before the execution to write the test case in the format
# expected by the target