about summary refs log tree commit diff
path: root/src/afl-fuzz-globals.c
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2020-02-01 19:12:26 +0100
committerAndrea Fioraldi <andreafioraldi@gmail.com>2020-02-01 19:12:26 +0100
commit4384008f817f851e7fc329f24d803a5d829cb2db (patch)
tree992f3bf0aeac42b2c1e24e3c4465099ad82ca280 /src/afl-fuzz-globals.c
parent86a25e64cd019b805300380a7bb283f3eeaeb84b (diff)
downloadafl++-4384008f817f851e7fc329f24d803a5d829cb2db.tar.gz
AFL_ALIGNED_ALLOC in libdislocator
Diffstat (limited to 'src/afl-fuzz-globals.c')
-rw-r--r--src/afl-fuzz-globals.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz-globals.c b/src/afl-fuzz-globals.c
index e92558d3..154f281e 100644
--- a/src/afl-fuzz-globals.c
+++ b/src/afl-fuzz-globals.c
@@ -251,7 +251,7 @@ u32                a_extras_cnt;        /* Total number of tokens available */
 
 u8 *(*post_handler)(u8 *buf, u32 *len);
 
-u8* cmplog_binary;
+u8 *cmplog_binary;
 s32 cmplog_forksrv_pid;
 
 /* hooks for the custom mutator function */