diff options
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |