This commit is contained in:
vanhauser-thc
2024-01-30 11:01:49 +01:00
parent 12ab9ebd32
commit d5b6c0f773

View File

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