mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-16 03:48:08 +00:00
fix qemu mode
This commit is contained in:
@ -334,7 +334,7 @@ void afl_forkserver(CPUState *cpu) {
|
|||||||
int t_fd[2];
|
int t_fd[2];
|
||||||
u8 child_stopped = 0;
|
u8 child_stopped = 0;
|
||||||
u32 was_killed;
|
u32 was_killed;
|
||||||
int status;
|
int status = 0;
|
||||||
|
|
||||||
// with the max ID value
|
// with the max ID value
|
||||||
if (MAP_SIZE <= FS_OPT_MAX_MAPSIZE)
|
if (MAP_SIZE <= FS_OPT_MAX_MAPSIZE)
|
||||||
|
Reference in New Issue
Block a user