summaryrefslogtreecommitdiffhomepage
path: root/sysoptions.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2018-03-01 23:46:24 +0800
committerMatt Johnston <matt@ucc.asn.au>2018-03-01 23:46:24 +0800
commit26ad6853d20f0845697e7477b2224d1d5d1546cb (patch)
tree5057da756cec1e817c32bf59276cffe3bd9f8110 /sysoptions.h
parent8a4f7fe4f8435b9551c4145f93876e11de78cdcb (diff)
Only use malloc wrapper if fuzzing
Diffstat (limited to 'sysoptions.h')
-rw-r--r--sysoptions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysoptions.h b/sysoptions.h
index 1666a1e..0028199 100644
--- a/sysoptions.h
+++ b/sysoptions.h
@@ -316,4 +316,6 @@ If you test it please contact the Dropbear author */
#define DROPBEAR_CLIENT_TCP_FAST_OPEN 0
#endif
+#define DROPBEAR_TRACKING_MALLOC (DROPBEAR_FUZZ)
+
/* no include guard for this file */