We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba6a5f1 commit 13be26aCopy full SHA for 13be26a
src/pcre2_fuzzsupport.c
@@ -148,11 +148,12 @@ for (i = 0; i < 2; i++)
148
149
if (code != NULL)
150
{
151
+ int j;
152
+ uint32_t save_match_options = match_options;
153
+
154
#ifdef SUPPORT_JIT
155
pcre2_jit_compile(code, PCRE2_JIT_COMPLETE);
156
#endif
- int j;
- uint32_t save_match_options = match_options;
157
158
/* Create match data and context blocks only when we first need them. Set
159
low match and depth limits to avoid wasting too much searching large
0 commit comments