aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-05-09 13:18:14 +0200
committervanhauser-thc <vh@thc.org>2022-05-09 13:18:14 +0200
commit51942b605d6fcb22d85c1fe1a845b6ec2839e793 (patch)
tree32434c0f086a175ff9cf6515e3803876f8b78887 /include
parent47dae21f4a0da74e3e454f637285baebf0567491 (diff)
downloadafl++-51942b605d6fcb22d85c1fe1a845b6ec2839e793.tar.gz
support post_process's own return buffer
Diffstat (limited to 'include')
-rw-r--r--include/afl-fuzz.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h
index 9a5c7963..9992e841 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -1099,7 +1099,7 @@ int statsd_format_metric(afl_state_t *afl, char *buff, size_t bufflen);
/* Run */
void sync_fuzzers(afl_state_t *);
-u32 write_to_testcase(afl_state_t *, void *, u32, u32);
+u32 write_to_testcase(afl_state_t *, void **, u32, u32);
u8 calibrate_case(afl_state_t *, struct queue_entry *, u8 *, u32, u8);
u8 trim_case(afl_state_t *, struct queue_entry *, u8 *);
u8 common_fuzz_stuff(afl_state_t *, u8 *, u32);