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.c | |
parent | 86a25e64cd019b805300380a7bb283f3eeaeb84b (diff) | |
download | afl++-4384008f817f851e7fc329f24d803a5d829cb2db.tar.gz |
AFL_ALIGNED_ALLOC in libdislocator
Diffstat (limited to 'src/afl-fuzz.c')
-rw-r--r-- | src/afl-fuzz.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index 74bc0ee2..39e737c2 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -867,8 +867,7 @@ int main(int argc, char** argv) { if (!out_file) setup_stdio_file(); - if (cmplog_binary) - check_binary(cmplog_binary); + if (cmplog_binary) check_binary(cmplog_binary); check_binary(argv[optind]); start_time = get_cur_time(); |