mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 19:08:08 +00:00
add missing piece for CTX coverage
This commit is contained in:
@ -273,6 +273,7 @@ static void __afl_start_snapshots(void) {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/* Fork server logic. */
|
||||
@ -287,6 +288,7 @@ static void __afl_start_forkserver(void) {
|
||||
return;
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
static u8 tmp[4];
|
||||
|
Reference in New Issue
Block a user