comparison debug.h @ 1456:a90fdd2d2ed8 fuzz

add fuzzer-preauth_nomaths
author Matt Johnston <matt@ucc.asn.au>
date Tue, 23 Jan 2018 23:05:47 +0800
parents 6b89eb92f872
children 5916af64acd4
comparison
equal deleted inserted replaced
1455:4afde04f0607 1456:a90fdd2d2ed8
47 * CHECKCLEARTOWRITE() before writing. This is only really useful if you're 47 * CHECKCLEARTOWRITE() before writing. This is only really useful if you're
48 * attempting to track down a problem */ 48 * attempting to track down a problem */
49 /*#define CHECKCLEARTOWRITE() assert(ses.writepayload->len == 0 && \ 49 /*#define CHECKCLEARTOWRITE() assert(ses.writepayload->len == 0 && \
50 ses.writepayload->pos == 0)*/ 50 ses.writepayload->pos == 0)*/
51 51
52 #ifndef CHECKCLEARTOWRITE
52 #define CHECKCLEARTOWRITE() 53 #define CHECKCLEARTOWRITE()
54 #endif
53 55
54 /* Define this, compile with -pg and set GMON_OUT_PREFIX=gmon to get gmon 56 /* Define this, compile with -pg and set GMON_OUT_PREFIX=gmon to get gmon
55 * output when Dropbear forks. This will allow it gprof to be used. 57 * output when Dropbear forks. This will allow it gprof to be used.
56 * It's useful to run dropbear -F, so you don't fork as much */ 58 * It's useful to run dropbear -F, so you don't fork as much */
57 /* (This is Linux specific) */ 59 /* (This is Linux specific) */