Enable fuzzing of the JIT engine (#100)
This commit is contained in:
parent
d07c967b3a
commit
ba6a5f16d2
|
@ -148,6 +148,9 @@ for (i = 0; i < 2; i++)
|
||||||
|
|
||||||
if (code != NULL)
|
if (code != NULL)
|
||||||
{
|
{
|
||||||
|
#ifdef SUPPORT_JIT
|
||||||
|
pcre2_jit_compile(code, PCRE2_JIT_COMPLETE);
|
||||||
|
#endif
|
||||||
int j;
|
int j;
|
||||||
uint32_t save_match_options = match_options;
|
uint32_t save_match_options = match_options;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue