From c249d88265d4040f97320b84cfecfae64c0f94de Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sat, 9 May 2020 21:31:20 +0200 Subject: [PATCH] :wrench: Reduce afl runs --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 5f2fba6a..798ffbe1 100644 --- a/src/main.c +++ b/src/main.c @@ -19,7 +19,7 @@ static void sig(int unused NUSED) { static void afl_run(const Gwion gwion) { __AFL_INIT(); - while (__AFL_LOOP(256)) { + while (__AFL_LOOP(100)) { FILE* f = fdopen(0, "r"); push_global(gwion, "[afl]"); if(compile_file(gwion, "afl", f)) -- 2.43.0