This commit is contained in:
vanhauser-thc
2024-02-09 13:09:16 +01:00
parent 3cbaefd247
commit f2b7357ff3
3 changed files with 21 additions and 12 deletions

View File

@ -1197,9 +1197,17 @@ void afl_fsrv_start(afl_forkserver_t *fsrv, char **argv,
} else {
WARNF(
"Old fork server model is used by the target, this still works "
"though.");
if (!fsrv->qemu_mode && !fsrv->cs_mode
#ifdef __linux__
&& !fsrv->nyx_mode
#endif
) {
WARNF(
"Old fork server model is used by the target, this still works "
"though.");
}
if (!be_quiet) { OKF("All right - old fork server is up."); }