Enable fuzzing of the JIT engine

This commit is contained in:
Fabio Pagani 2022-04-14 15:06:38 -07:00
parent d07c967b3a
commit fe20c833a0
1 changed files with 3 additions and 0 deletions

View File

@ -148,6 +148,9 @@ for (i = 0; i < 2; i++)
if (code != NULL)
{
#ifdef SUPPORT_JIT
pcre2_jit_compile(code, PCRE2_JIT_COMPLETE);
#endif
int j;
uint32_t save_match_options = match_options;