about summary refs log tree commit diff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 12e2d092..c55c46c9 100644
--- a/include/config.h
+++ b/include/config.h
@@ -46,6 +46,12 @@
 #define FANCY_BOXES
 #endif
 
+/* Comment out to have safe memory checks (security in ck_ functions).
+   This will cost a little speed, so disable when developing on how
+   the queue works */
+
+#define UNSAFE_MEMORY
+
 /* Default timeout for fuzzed code (milliseconds). This is the upper bound,
    also used for detecting hangs; the actual value is auto-scaled: */