final touches for skipdet

This commit is contained in:
vanhauser-thc
2024-02-01 15:22:51 +01:00
parent 06f0982f0f
commit 5ba66a8860
6 changed files with 25 additions and 15 deletions

View File

@ -1019,7 +1019,9 @@ void afl_fsrv_start(afl_forkserver_t *fsrv, char **argv,
if (status >= 0x41464c00 && status <= 0x41464cff) {
FATAL("Target uses the new forkserver model, you need to switch to a newer afl-fuzz too!");
FATAL(
"Target uses the new forkserver model, you need to switch to a newer "
"afl-fuzz too!");
}