mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 11:28:08 +00:00
fix issue with static variables needed by forkserver in afl-fuzz
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user