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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/custom_mutators/example.c b/examples/custom_mutators/example.c
index 63201e23..5aaa6a5d 100644
--- a/examples/custom_mutators/example.c
+++ b/examples/custom_mutators/example.c
@@ -40,7 +40,7 @@ void afl_custom_init(unsigned int seed) {
  * @return Size of the mutated output.
  */
 size_t afl_custom_fuzz(uint8_t *buf, size_t buf_size,
-                       uint8_t *add_buf,size_t add_buf_size, // add_buf can be NULL
+                       uint8_t *add_buf,size_t add_buf_size,
                        uint8_t *mutated_out, size_t max_size) {
 
   // Make sure that the packet size does not exceed the maximum size expected by