Skip to content

Fix thread safety issue with upstream sljit patch

Laurent requested to merge lbonn/pcre2:thread-safety-10.43 into main

Crashes were reported by several users when using pcre2 in a multi-threaded context. The fix has been confirmed and merged by upstream but, as this bug can cause memory corruption in a widely used library, it may make sense to patch this before the next release.

References:

Merge request reports