mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 18:18:07 +00:00
nits
This commit is contained in:
2
afl-cmin
2
afl-cmin
@ -513,7 +513,7 @@ BEGIN {
|
|||||||
|
|
||||||
if (threads > 1) {
|
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++) {
|
for (i = 1; i <= threads; i++) {
|
||||||
|
|
||||||
if (!stdin_file) {
|
if (!stdin_file) {
|
||||||
|
@ -2350,6 +2350,8 @@ void show_init_stats(afl_state_t *afl) {
|
|||||||
|
|
||||||
afl->timeout_given = 1;
|
afl->timeout_given = 1;
|
||||||
|
|
||||||
|
} else {
|
||||||
|
|
||||||
ACTF("-t option specified. We'll use an exec timeout of %u ms.",
|
ACTF("-t option specified. We'll use an exec timeout of %u ms.",
|
||||||
afl->fsrv.exec_tmout);
|
afl->fsrv.exec_tmout);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user