From 51942b605d6fcb22d85c1fe1a845b6ec2839e793 Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Mon, 9 May 2022 13:18:14 +0200 Subject: support post_process's own return buffer --- include/afl-fuzz.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/afl-fuzz.h') 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); -- cgit 1.4.1