improved Nyx tmp dir handling (additional sanity checks)

This commit is contained in:
Sergej Schumilo
2023-04-16 04:42:09 +02:00
parent 47833bcf9e
commit 059d470e8d
6 changed files with 71 additions and 63 deletions

View File

@ -2191,14 +2191,6 @@ int main(int argc, char **argv_orig, char **envp) {
if (!afl->pending_not_fuzzed || !valid_seeds) {
#ifdef __linux__
if (afl->fsrv.nyx_mode) {
afl->fsrv.nyx_handlers->nyx_shutdown(afl->fsrv.nyx_runner);
}
#endif
FATAL("We need at least one valid input seed that does not crash!");
}