mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 19:38:09 +00:00
fix qemu mode
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user