replace fuzzer state magic numbers

This commit is contained in:
nhmall
2024-10-12 10:14:44 -04:00
parent 87af3a8cac
commit 57fc8f10a6
4 changed files with 16 additions and 4 deletions

View File

@@ -77,7 +77,7 @@ done1(int sig_unused UNUSED)
#ifndef NO_SIGNAL
(void) signal(SIGINT, SIG_IGN);
#endif
iflags.debug_fuzzer = FALSE;
iflags.debug_fuzzer = fuzzer_off;
if (flags.ignintr) {
#ifndef NO_SIGNAL
(void) signal(SIGINT, (SIG_RET_TYPE) done1);