Home
last modified time | relevance | path

Searched refs:exec_tmout (Results 1 – 22 of 22) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/afl/src/
H A Dafl-showmap.c58 static u32 exec_tmout; /* Exec timeout (ms) */ variable
307 if (exec_tmout) { in run_target()
310 it.it_value.tv_sec = (exec_tmout / 1000); in run_target()
311 it.it_value.tv_usec = (exec_tmout % 1000) * 1000; in run_target()
682 exec_tmout = atoi(optarg); in main()
684 if (exec_tmout < 20 || optarg[0] == '-') in main()
H A Dafl-analyze.c63 exec_tmout = EXEC_TIMEOUT; /* Exec timeout (ms) */ variable
304 it.it_value.tv_sec = (exec_tmout / 1000); in run_target()
305 it.it_value.tv_usec = (exec_tmout % 1000) * 1000; in run_target()
1018 exec_tmout = atoi(optarg); in main()
1020 if (exec_tmout < 10 || optarg[0] == '-') in main()
1061 mem_limit, exec_tmout, edges_only ? ", edges only" : ""); in main()
H A Dafl-tmin.c66 exec_tmout = EXEC_TIMEOUT; /* Exec timeout (ms) */ variable
319 it.it_value.tv_sec = (exec_tmout / 1000); in run_target()
320 it.it_value.tv_usec = (exec_tmout % 1000) * 1000; in run_target()
1058 exec_tmout = atoi(optarg); in main()
1060 if (exec_tmout < 10 || optarg[0] == '-') in main()
1121 mem_limit, exec_tmout, edges_only ? ", edges only" : ""); in main()
H A Dafl-fuzz.c2545 u32 use_tmout = exec_tmout; in calibrate_case()
2766 exec_tmout); in perform_dry_run()
3205 if (exec_tmout < hang_tmout) { in save_if_interesting()
3370 exec_tmout = ret; in find_timeout()
3444 exec_tmout, use_banner, in write_stats_file()
4422 else exec_tmout = avg_us * 5 / 1000; in show_init_stats()
4424 exec_tmout = MAX(exec_tmout, max_us / 1000); in show_init_stats()
4425 exec_tmout = (exec_tmout + EXEC_TM_ROUND) / EXEC_TM_ROUND * EXEC_TM_ROUND; in show_init_stats()
4427 if (exec_tmout > EXEC_TIMEOUT) exec_tmout = EXEC_TIMEOUT; in show_init_stats()
4430 exec_tmout); in show_init_stats()
[all …]
/dports/security/afl/afl-2.52b/
H A Dafl-showmap.c58 static u32 exec_tmout; /* Exec timeout (ms) */ variable
307 if (exec_tmout) { in run_target()
310 it.it_value.tv_sec = (exec_tmout / 1000); in run_target()
311 it.it_value.tv_usec = (exec_tmout % 1000) * 1000; in run_target()
682 exec_tmout = atoi(optarg); in main()
684 if (exec_tmout < 20 || optarg[0] == '-') in main()
H A Dafl-analyze.c63 exec_tmout = EXEC_TIMEOUT; /* Exec timeout (ms) */ variable
304 it.it_value.tv_sec = (exec_tmout / 1000); in run_target()
305 it.it_value.tv_usec = (exec_tmout % 1000) * 1000; in run_target()
1018 exec_tmout = atoi(optarg); in main()
1020 if (exec_tmout < 10 || optarg[0] == '-') in main()
1061 mem_limit, exec_tmout, edges_only ? ", edges only" : ""); in main()
H A Dafl-tmin.c66 exec_tmout = EXEC_TIMEOUT; /* Exec timeout (ms) */ variable
319 it.it_value.tv_sec = (exec_tmout / 1000); in run_target()
320 it.it_value.tv_usec = (exec_tmout % 1000) * 1000; in run_target()
1058 exec_tmout = atoi(optarg); in main()
1060 if (exec_tmout < 10 || optarg[0] == '-') in main()
1121 mem_limit, exec_tmout, edges_only ? ", edges only" : ""); in main()
H A Dafl-fuzz.c2542 u32 use_tmout = exec_tmout; in calibrate_case()
2763 exec_tmout); in perform_dry_run()
3202 if (exec_tmout < hang_tmout) { in save_if_interesting()
3367 exec_tmout = ret; in find_timeout()
3441 exec_tmout, use_banner, in write_stats_file()
4418 else exec_tmout = avg_us * 5 / 1000; in show_init_stats()
4420 exec_tmout = MAX(exec_tmout, max_us / 1000); in show_init_stats()
4421 exec_tmout = (exec_tmout + EXEC_TM_ROUND) / EXEC_TM_ROUND * EXEC_TM_ROUND; in show_init_stats()
4423 if (exec_tmout > EXEC_TIMEOUT) exec_tmout = EXEC_TIMEOUT; in show_init_stats()
4426 exec_tmout); in show_init_stats()
[all …]
/dports/security/afl++/AFLplusplus-3.14c/src/
H A Dafl-fuzz-stats.c1291 afl->fsrv.exec_tmout = avg_us * 5 / 1000;
1295 afl->fsrv.exec_tmout = avg_us * 2 / 1000;
1299 afl->fsrv.exec_tmout = avg_us * 3 / 1000;
1303 afl->fsrv.exec_tmout = avg_us * 5 / 1000;
1307 afl->fsrv.exec_tmout = MAX(afl->fsrv.exec_tmout, max_us / 1000);
1308 afl->fsrv.exec_tmout =
1311 if (afl->fsrv.exec_tmout > EXEC_TIMEOUT) {
1313 afl->fsrv.exec_tmout = EXEC_TIMEOUT;
1318 afl->fsrv.exec_tmout);
1325 afl->fsrv.exec_tmout);
[all …]
H A Dafl-analyze.c65 exec_tmout = EXEC_TIMEOUT; /* Exec timeout (ms) */ variable
208 fsrv_run_result_t ret = afl_fsrv_run_target(&fsrv, exec_tmout, &stop_soon); in analyze_run_target()
969 exec_tmout = atoi(optarg); in main()
971 if (exec_tmout < 10 || optarg[0] == '-') { in main()
977 fsrv.exec_tmout = exec_tmout; in main()
1097 mem_limit, exec_tmout, edges_only ? ", edges only" : ""); in main()
H A Dafl-fuzz-run.c300 u32 use_tmout = afl->fsrv.exec_tmout; in calibrate_case()
309 use_tmout = MAX(afl->fsrv.exec_tmout + CAL_TMOUT_ADD, in calibrate_case()
310 afl->fsrv.exec_tmout * CAL_TMOUT_PERC / 100); in calibrate_case()
443 diff_us = (u64)(afl->fsrv.exec_tmout - 1) * (u64)afl->stage_max; in calibrate_case()
679 fault = fuzz_run_target(afl, &afl->fsrv, afl->fsrv.exec_tmout); in sync_fuzzers()
810 fault = fuzz_run_target(afl, &afl->fsrv, afl->fsrv.exec_tmout); in trim_case()
922 fault = fuzz_run_target(afl, &afl->fsrv, afl->fsrv.exec_tmout); in common_fuzz_stuff()
H A Dafl-showmap.c325 if (afl_fsrv_run_target(fsrv, fsrv->exec_tmout, &stop_soon) == in showmap_run_target_forkserver()
516 if (fsrv->exec_tmout) { in showmap_run_target()
519 it.it_value.tv_sec = (fsrv->exec_tmout / 1000); in showmap_run_target()
520 it.it_value.tv_usec = (fsrv->exec_tmout % 1000) * 1000; in showmap_run_target()
995 fsrv->exec_tmout = atoi(optarg); in main()
997 if (fsrv->exec_tmout < 20 || optarg[0] == '-') { in main()
H A Dafl-tmin.c268 afl_fsrv_run_target(fsrv, fsrv->exec_tmout, &stop_soon); in tmin_run_target()
1015 fsrv->exec_tmout = atoi(optarg); in main()
1017 if (fsrv->exec_tmout < 10 || optarg[0] == '-') { in main()
1262 fsrv->mem_limit, fsrv->exec_tmout, edges_only ? ", edges only" : ""); in main()
1271 fsrv->exec_tmout); in main()
H A Dafl-fuzz-cmplog.c54 fault = fuzz_run_target(afl, &afl->cmplog_fsrv, afl->fsrv.exec_tmout);
H A Dafl-forkserver.c84 fsrv->exec_tmout = EXEC_TIMEOUT;
110 fsrv_to->exec_tmout = from->exec_tmout;
606 if (fsrv->exec_tmout) {
H A Dafl-fuzz.c684 sscanf(optarg, "%u%c", &afl->fsrv.exec_tmout, &suffix) < 1 || in main()
691 if (afl->fsrv.exec_tmout < 5) { FATAL("Dangerously low value of -t"); } in main()
1372 afl->fsrv.init_tmout = afl->fsrv.exec_tmout * FORK_WAIT_MULT; in main()
1903 afl->fsrv.exec_tmout = max_ms; in main()
H A Dafl-fuzz-mutators.c391 fault = fuzz_run_target(afl, &afl->fsrv, afl->fsrv.exec_tmout); in trim_case_custom()
H A Dafl-fuzz-state.c130 afl->fsrv.exec_tmout = EXEC_TIMEOUT; in afl_state_init()
H A Dafl-fuzz-init.c620 fault = fuzz_run_target(afl, &afl->fsrv, afl->fsrv.exec_tmout);
945 afl->fsrv.exec_tmout);
1441 afl->fsrv.exec_tmout = ret;
H A Dafl-fuzz-bitmap.c649 if (afl->fsrv.exec_tmout < afl->hang_tmout) {
/dports/security/afl++/AFLplusplus-3.14c/utils/afl_network_proxy/
H A Dafl-network-server.c131 afl_fsrv_run_target(fsrv, fsrv->exec_tmout, &stop_soon); in run_target()
484 fsrv->exec_tmout = atoi(optarg); in main()
486 if (fsrv->exec_tmout < 10 || optarg[0] == '-') { in main()
/dports/security/afl++/AFLplusplus-3.14c/include/
H A Dforkserver.h54 u32 exec_tmout; /* Configurable exec timeout (ms) */