From bc3ce26e0ecbf97751c6eb444df8e5bf31dcafd7 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Mon, 21 Oct 2019 17:18:41 +0200 Subject: -V/-E not precise --- src/afl-fuzz.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index bb342112..25f606fa 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -71,7 +71,9 @@ static void usage(u8* argv0) { " -V seconds - fuzz for a maximum total time of seconds then " "terminate\n" " -E execs - fuzz for a maximum number of total executions then " - "terminate\n\n" + "terminate\n" + "Note: -V/-E are not precise, they are checked after a queue entry is " + "done which\n can be many minutes/execs later\n\n" "Other stuff:\n" " -T text - text banner to show on the screen\n" -- cgit 1.4.1