This commit is contained in:
vanhauser-thc 2023-06-21 09:57:24 +02:00
parent 51ab51ca27
commit 936b6dcb5d
2 changed files with 3 additions and 1 deletions

View File

@ -513,7 +513,7 @@ BEGIN {
if (threads > 1) {
print "[*] Creating " threads " parallel tasks with about " inputsperfile " each."
print "[*] Creating " threads " parallel tasks with about " inputsperfile " items each."
for (i = 1; i <= threads; i++) {
if (!stdin_file) {

View File

@ -2350,6 +2350,8 @@ void show_init_stats(afl_state_t *afl) {
afl->timeout_given = 1;
} else {
ACTF("-t option specified. We'll use an exec timeout of %u ms.",
afl->fsrv.exec_tmout);