add fuzzer-preauth_nomaths

--HG--
branch : fuzz
This commit is contained in:
Matt Johnston
2018-01-23 23:05:47 +08:00
parent 597f7eb5e9
commit 89bdf3b0b9
11 changed files with 95 additions and 64 deletions

View File

@@ -49,7 +49,9 @@
/*#define CHECKCLEARTOWRITE() assert(ses.writepayload->len == 0 && \
ses.writepayload->pos == 0)*/
#ifndef CHECKCLEARTOWRITE
#define CHECKCLEARTOWRITE()
#endif
/* Define this, compile with -pg and set GMON_OUT_PREFIX=gmon to get gmon
* output when Dropbear forks. This will allow it gprof to be used.