diff options
author | van Hauser <vh@thc.org> | 2022-08-03 11:08:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-03 11:08:10 +0200 |
commit | a2f3c3ee519c19935039d1fe1e8b77cdc32fa375 (patch) | |
tree | 3a0007a3e8a07b58c4bef927d9c52e0043aa8466 /custom_mutators/examples/example.c | |
parent | c57988e672634ee98048eba6432cc1f4e377e07c (diff) | |
parent | 6056d4b140f0665c6a701cada9166379be3435ac (diff) | |
download | afl++-a2f3c3ee519c19935039d1fe1e8b77cdc32fa375.tar.gz |
Merge pull request #1478 from AFLplusplus/dev
Push to stable
Diffstat (limited to 'custom_mutators/examples/example.c')
-rw-r--r-- | custom_mutators/examples/example.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom_mutators/examples/example.c b/custom_mutators/examples/example.c index 5c174e10..3f299508 100644 --- a/custom_mutators/examples/example.c +++ b/custom_mutators/examples/example.c @@ -352,7 +352,7 @@ uint8_t afl_custom_queue_get(my_mutator_t *data, const uint8_t *filename) { * @return if the file contents was modified return 1 (True), 0 (False) * otherwise */ -uint8_t afl_custom_queue_new_entry(my_mutator_t * data, +uint8_t afl_custom_queue_new_entry(my_mutator_t *data, const uint8_t *filename_new_queue, const uint8_t *filename_orig_queue) { |