diff sysoptions.h @ 1569:c42e8ff42bd1

Only use malloc wrapper if fuzzing
author Matt Johnston <matt@ucc.asn.au>
date Thu, 01 Mar 2018 23:46:24 +0800
parents 1c66ca4f3791
children 60fceff95858
line wrap: on
line diff
--- a/sysoptions.h	Thu Mar 01 23:46:07 2018 +0800
+++ b/sysoptions.h	Thu Mar 01 23:46:24 2018 +0800
@@ -316,4 +316,6 @@
 #define DROPBEAR_CLIENT_TCP_FAST_OPEN 0
 #endif
 
+#define DROPBEAR_TRACKING_MALLOC (DROPBEAR_FUZZ)
+
 /* no include guard for this file */