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.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/custom_mutators/example.py b/examples/custom_mutators/example.py
index 6b58188e..7919d3d3 100644
--- a/examples/custom_mutators/example.py
+++ b/examples/custom_mutators/example.py
@@ -27,6 +27,10 @@ def init(seed):
random.seed(seed)
+def deinit():
+ pass
+
+
def fuzz(buf, add_buf, max_size):
'''
Called per fuzzing iteration.