Skip to content

Commit

Permalink
fix typo in fuzzsupport for differential fuzzing (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
addisoncrump authored Feb 23, 2024
1 parent 83ce643 commit acd6d31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pcre2_fuzzsupport.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ if (matches_jit >= 0)

abort();
}
#endif /* SUPPORRT_DIFF_FUZZ */
#endif /* SUPPORT_DIFF_FUZZ */
#endif /* SUPPORT_JIT */

/* This is the callout function. Its only purpose is to halt matching if there
Expand Down Expand Up @@ -306,7 +306,7 @@ for (i = 0; i < 2; i++)
int errorcode;
#ifdef SUPPORT_JIT
int errorcode_jit;
#ifdef SUPPORT_JIT_FUZZ
#ifdef SUPPORT_DIFF_FUZZ
int matches = 0;
int matches_jit = 0;
#endif
Expand Down Expand Up @@ -457,7 +457,7 @@ for (i = 0; i < 2; i++)
pcre2_substring_free(bufferptr_jit);
}
}
#endif /* SUPPORT_JIT_FUZZ */
#endif /* SUPPORT_DIFF_FUZZ */
}
#endif /* SUPPORT_JIT */

Expand Down

0 comments on commit acd6d31

Please sign in to comment.