]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: AFL loop
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Sat, 16 May 2020 21:50:44 +0000 (23:50 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Sat, 16 May 2020 21:50:44 +0000 (23:50 +0200)
src/main.c

index e00a99cee213964b5145ba49c02437171e222025..f21c092153826a6087423c704cff70c7c0bf6e0a 100644 (file)
@@ -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))