mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +00:00
AFL_ALIGNED_ALLOC in libdislocator
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user