mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +00:00
qemu_mode: silence two compiler warnings
This commit is contained in:
@ -413,7 +413,7 @@ void afl_forkserver(CPUState *cpu) {
|
||||
void afl_persistent_loop(void) {
|
||||
|
||||
static u32 cycle_cnt;
|
||||
static struct afl_tsl exit_cmd_tsl = {{-1, 0, 0, 0}, NULL};
|
||||
static struct afl_tsl exit_cmd_tsl = {{-1, 0, 0, 0}, '\0'};
|
||||
|
||||
if (!afl_fork_child) return;
|
||||
|
||||
|
Reference in New Issue
Block a user