mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 02:58:08 +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;
|
||||
|
||||
|
@ -30,6 +30,7 @@
|
||||
have a look at afl-showmap.c.
|
||||
|
||||
*/
|
||||
void afl_gen_tcg_plain_call(void *func);
|
||||
|
||||
void afl_gen_tcg_plain_call(void *func) {
|
||||
|
||||
|
Reference in New Issue
Block a user