From: Jérémie Astor Date: Sun, 10 May 2020 22:16:36 +0000 (+0200) Subject: :wrench: Update AFL X-Git-Tag: nightly~1582 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=4ad02f0e31407eef29e68cbdbad5f5c44b63c91c;p=gwion.git :wrench: Update AFL --- 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");