mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-11 09:41:35 +00:00
nits
This commit is contained in:
parent
51ab51ca27
commit
936b6dcb5d
2
afl-cmin
2
afl-cmin
@ -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) {
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user