diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-02-01 19:12:26 +0100 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-02-01 19:12:26 +0100 |
commit | 4384008f817f851e7fc329f24d803a5d829cb2db (patch) | |
tree | 992f3bf0aeac42b2c1e24e3c4465099ad82ca280 /src/afl-fuzz-cmplog.c | |
parent | 86a25e64cd019b805300380a7bb283f3eeaeb84b (diff) | |
download | afl++-4384008f817f851e7fc329f24d803a5d829cb2db.tar.gz |
AFL_ALIGNED_ALLOC in libdislocator
Diffstat (limited to 'src/afl-fuzz-cmplog.c')
-rw-r--r-- | src/afl-fuzz-cmplog.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afl-fuzz-cmplog.c b/src/afl-fuzz-cmplog.c index fcb545e1..5906756d 100644 --- a/src/afl-fuzz-cmplog.c +++ b/src/afl-fuzz-cmplog.c @@ -633,3 +633,4 @@ u8 common_fuzz_cmplog_stuff(char** argv, u8* out_buf, u32 len) { return 0; } + |