]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Reduce afl runs
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Sat, 9 May 2020 19:31:20 +0000 (21:31 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Sat, 9 May 2020 19:31:20 +0000 (21:31 +0200)
src/main.c

index 5f2fba6aeac62d704628b1e7f9e1d75f5bef657c..798ffbe114dcceb0b2781c078c8f48b19baf887f 100644 (file)
@@ -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))