From: Jérémie Astor Date: Sat, 16 May 2020 21:50:44 +0000 (+0200) Subject: :wrench: AFL loop X-Git-Tag: nightly~1560 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=a0a556b959e1763fbf6e7d41e17a69d231e01dd2;p=gwion.git :wrench: AFL loop --- 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))