]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Merge pull request #2865 in SNORT/snort3 from ~OSERHIIE/snort3:grind_fix to master
authorMike Stepanek (mstepane) <mstepane@cisco.com>
Mon, 26 Apr 2021 20:49:27 +0000 (20:49 +0000)
committerMike Stepanek (mstepane) <mstepane@cisco.com>
Mon, 26 Apr 2021 20:49:27 +0000 (20:49 +0000)
Squashed commit of the following:

commit fdc6ce333548025807666c016e3466781ebca153
Author: Oleksandr Serhiienko <oserhiie@cisco.com>
Date:   Mon Apr 26 07:13:23 2021 +0300

    ips_pcre: disable JIT

src/ips_options/ips_pcre.cc

index b51f0540aa679449deb3379e4bce4ec5c6534dc7..f4379a3f836fcf68007618e6dc8e9b6fa1ee51a6 100644 (file)
@@ -47,7 +47,7 @@ using namespace snort;
 #define PCRE_STUDY_JIT_COMPILE 0
 #endif
 
-//#define NO_JIT // uncomment to disable JIT for Xcode
+#define NO_JIT // uncomment to disable JIT for Xcode
 
 #ifdef NO_JIT
 #define PCRE_STUDY_FLAGS 0