about summary refs log tree commit diff
path: root/examples/custom_mutators
diff options
context:
space:
mode:
Diffstat (limited to 'examples/custom_mutators')
-rw-r--r--examples/custom_mutators/example.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/custom_mutators/example.c b/examples/custom_mutators/example.c
index 737cf631..5aaa6a5d 100644
--- a/examples/custom_mutators/example.c
+++ b/examples/custom_mutators/example.c
@@ -89,10 +89,10 @@ size_t afl_custom_pre_save(uint8_t *buf, size_t buf_size, uint8_t **out_buf) {
 
 }
 
-static uint8_t *trim_buf;
-static size_t trim_buf_size;
-static int trimmming_steps;
-static int cur_step;
+uint8_t *trim_buf;
+size_t trim_buf_size;
+int trimmming_steps;
+int cur_step;
 
 /**
  * This method is called at the start of each trimming operation and receives