From a0a556b959e1763fbf6e7d41e17a69d231e01dd2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sat, 16 May 2020 23:50:44 +0200 Subject: [PATCH] :wrench: AFL loop --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index e00a99ce..f21c0921 100644 --- a/src/main.c +++ b/src/main.c @@ -20,7 +20,7 @@ static void sig(int unused NUSED) { static void afl_run(const Gwion gwion) { gw_seed(gwion->vm->rand, 0); __AFL_INIT(); - while (__AFL_LOOP(100)) { + while (__AFL_LOOP(256)) { FILE* f = fdopen(0, "r"); push_global(gwion, "[afl]"); if(compile_file(gwion, "afl", f)) -- 2.43.0