Taint: hybrid checking mode
[exim.git] / src / src / globals.h
index 9dfa4a7689e6af2f9d4a98f4d82b35c7e224edd9..74af185acff6b9d2e4df7bc83b5842a278660fed 100644 (file)
@@ -274,6 +274,7 @@ extern struct global_flags {
  BOOL   synchronous_delivery           :1; /* TRUE if -odi is set */
  BOOL   system_filtering               :1; /* TRUE when running system filter */
 
+ BOOL   taint_check_slow               :1; /* malloc/mmap are not returning distinct ranges */
  BOOL   tcp_fastopen_ok                        :1; /* appears to be supported by kernel */
  BOOL   tcp_in_fastopen                        :1; /* conn usefully used fastopen */
  BOOL   tcp_in_fastopen_data           :1; /* fastopen carried data */