From 4ad02f0e31407eef29e68cbdbad5f5c44b63c91c Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Mon, 11 May 2020 00:16:36 +0200 Subject: [PATCH] :wrench: Update AFL --- src/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.c b/src/main.c index 798ffbe1..e00a99ce 100644 --- a/src/main.c +++ b/src/main.c @@ -18,6 +18,7 @@ static void sig(int unused NUSED) { #ifdef __AFL_HAVE_MANUAL_CONTROL static void afl_run(const Gwion gwion) { + gw_seed(gwion->vm->rand, 0); __AFL_INIT(); while (__AFL_LOOP(100)) { FILE* f = fdopen(0, "r"); -- 2.43.0