qemu_mode: silence two compiler warnings

This commit is contained in:
hexcoder-
2020-03-28 13:38:49 +01:00
committed by Dominik Maier
parent 98545f30aa
commit e41b03eb30
2 changed files with 2 additions and 1 deletions

View File

@ -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;