From 1136e887bdf77ed64bd3eac28bf7f86705dd2a6d Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Mon, 9 Mar 2020 21:34:11 +0100 Subject: now wiht 90% less leaks --- 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 d49898dd..b83d224b 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -515,7 +515,7 @@ typedef struct afl_state { /* CmpLog */ - u8* cmplog_binary; + char* cmplog_binary; s32 cmplog_child_pid, cmplog_fsrv_pid; /* Custom mutators */ -- cgit 1.4.1