forked from PCRE2Project/pcre2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pcre2_jit_compile: avoid potential wraparound if framesize <= 0
Change the minimum framesize value to match what the code can support, while at it, refactor the conditionals to make them safer to use. There were unexpected hits for the logic that handles OP_ASSERT_NOT and OP_ASSERTBACK_NOT that are still unresolved.
- Loading branch information
Showing
1 changed file
with
23 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters