From 220804714bb4cc8722940fd4fe6a0604901dfd2a Mon Sep 17 00:00:00 2001 From: van Hauser Date: Mon, 17 Feb 2020 08:25:27 +0100 Subject: unsafe memory speed toggle --- include/config.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/config.h') 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: */ -- cgit 1.4.1