mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-16 11:58:08 +00:00
show supplied -t option so we know it's used
This commit is contained in:
@ -1152,6 +1152,10 @@ void show_init_stats(afl_state_t *afl) {
|
||||
ACTF("Applying timeout settings from resumed session (%u ms).",
|
||||
afl->fsrv.exec_tmout);
|
||||
|
||||
} else {
|
||||
|
||||
OKF("-t option specified. We'll use an exec timeout of %s ms.", fsrv->exec_tmout);
|
||||
|
||||
}
|
||||
|
||||
/* In non-instrumented mode, re-running every timing out test case with a
|
||||
|
Reference in New Issue
Block a user