fix issue with static variables needed by forkserver in afl-fuzz

This commit is contained in:
Andrea Fioraldi
2019-08-30 12:15:56 +02:00
parent 5036cb54cc
commit 22454ce60b

View File

@ -224,7 +224,7 @@ EXP_ST u8 skip_deterministic, /* Skip deterministic stages? */
fast_cal; /* Try to calibrate faster? */
u8 uses_asan; /* Target uses ASAN? */
static s32 out_fd, /* Persistent fd for out_file */
s32 out_fd, /* Persistent fd for out_file */
#ifndef HAVE_ARC4RANDOM
dev_urandom_fd = -1, /* Persistent fd for /dev/urandom */
#endif