fix qemu mode

This commit is contained in:
van Hauser
2020-06-05 09:55:22 +02:00
parent e01cad2f7d
commit 2b33be939a

View File

@ -334,7 +334,7 @@ void afl_forkserver(CPUState *cpu) {
int t_fd[2];
u8 child_stopped = 0;
u32 was_killed;
int status;
int status = 0;
// with the max ID value
if (MAP_SIZE <= FS_OPT_MAX_MAPSIZE)