mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 19:38:09 +00:00
fixes
This commit is contained in:
@ -471,8 +471,8 @@ void read_bitmap(u8 *fname, u8 *map, size_t len) {
|
||||
|
||||
u64 get_cur_time(void) {
|
||||
|
||||
static struct timeval tv;
|
||||
static struct timezone tz;
|
||||
struct timeval tv;
|
||||
struct timezone tz;
|
||||
|
||||
gettimeofday(&tv, &tz);
|
||||
|
||||
|
Reference in New Issue
Block a user