mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +00:00
cmplog check_binary
This commit is contained in:
@ -204,7 +204,6 @@ int main(int argc, char** argv) {
|
||||
|
||||
cmplog_mode = 1;
|
||||
cmplog_binary = ck_strdup(optarg);
|
||||
// TODO check cmplog_binary validity
|
||||
break;
|
||||
|
||||
}
|
||||
@ -868,6 +867,8 @@ int main(int argc, char** argv) {
|
||||
|
||||
if (!out_file) setup_stdio_file();
|
||||
|
||||
if (cmplog_binary)
|
||||
check_binary(cmplog_binary);
|
||||
check_binary(argv[optind]);
|
||||
|
||||
start_time = get_cur_time();
|
||||
|
Reference in New Issue
Block a user