Not a regression, as it seems to be included with the 10.40 release.
Resolves the following error when building with UBSAN in a recent compiler:
Test 17: JIT-specific features when JIT is available
src/pcre2_jit_match.c:124:25: runtime error: applying zero offset to null pointer
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior src/pcre2_jit_match.c:124:25 in
src/pcre2_jit_match.c:126:25: runtime error: applying zero offset to null pointer
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior src/pcre2_jit_match.c:126:25 in
Not a regression, as it seems to be included with the 10.40 release.
Resolves the following error when building with UBSAN in a recent compiler: