Fuzz testing debug tool
Add code to run a fuzz tester, simulating (more-or-less) random keyboard mashing. There's no option to turn it on, you need to set iflags.debug_fuzzer on via a debugger or something along those lines.
This commit is contained in:
@@ -748,6 +748,8 @@ tty_delay_output()
|
||||
#if defined(MICRO)
|
||||
register int i;
|
||||
#endif
|
||||
if (iflags.debug_fuzzer)
|
||||
return;
|
||||
#ifdef TIMED_DELAY
|
||||
if (flags.nap) {
|
||||
(void) fflush(stdout);
|
||||
|
||||
Reference in New Issue
Block a user