diff options
author | hexcoder- <heiko@hexco.de> | 2020-03-28 13:38:49 +0100 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-04-01 13:10:06 +0200 |
commit | e41b03eb30cd10fbf2d34ca018594ac7dadd4dfa (patch) | |
tree | 26f2f17506c25f114814116300997872433f7ac8 /qemu_mode/patches/afl-qemu-cpu-inl.h | |
parent | 98545f30aa52c1b82b88e54088848b90e178a929 (diff) | |
download | afl++-e41b03eb30cd10fbf2d34ca018594ac7dadd4dfa.tar.gz |
qemu_mode: silence two compiler warnings
Diffstat (limited to 'qemu_mode/patches/afl-qemu-cpu-inl.h')
-rw-r--r-- | qemu_mode/patches/afl-qemu-cpu-inl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu_mode/patches/afl-qemu-cpu-inl.h b/qemu_mode/patches/afl-qemu-cpu-inl.h index 9fdc23ea..3bd107d7 100644 --- a/qemu_mode/patches/afl-qemu-cpu-inl.h +++ b/qemu_mode/patches/afl-qemu-cpu-inl.h @@ -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; |