Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/pcre2_fuzzsupport.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,11 @@ likewise do the match with and without the options. */
for (i = 0; i < 2; i++)
{
uint32_t callout_count;
int errorcode, errorcode_jit;
int errorcode;
#ifdef SUPPORT_JIT
int errorcode_jit;
uint32_t ovector_count;
#endif
PCRE2_SIZE erroroffset;
pcre2_code *code;

Expand Down