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