From 6f61fca15af0d15b94b582bdc2701736adcd625c Mon Sep 17 00:00:00 2001 From: Chi-Feng Tsai Date: Fri, 6 Sep 2024 11:39:49 +0800 Subject: Update the doc string of read_foreign_testcases() --- src/afl-fuzz-init.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/afl-fuzz-init.c') diff --git a/src/afl-fuzz-init.c b/src/afl-fuzz-init.c index 4f366b0d..0e7fae74 100644 --- a/src/afl-fuzz-init.c +++ b/src/afl-fuzz-init.c @@ -495,7 +495,9 @@ static void shuffle_ptrs(afl_state_t *afl, void **ptrs, u32 cnt) { } /* Read all testcases from foreign input directories, then queue them for - testing. Called at startup and at sync intervals. + testing. Called at sync intervals. Use env AFL_IMPORT_FIRST to sync at + startup (but may delay the startup depending on the amount of fails + and speed of execution). Does not descend into subdirectories! */ void read_foreign_testcases(afl_state_t *afl, int first) { -- cgit 1.4.1