You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is actually a problem with the version of the PCRE v7.9 library we are using which does not have settings for checking recursion depth in compile_regex.
We are currently evaluation to see if we can move to either PCRE v8.45 library or how much work it is to migrate our code to the much newer PCRE2 v10.39 library.
Virtuoso 7.2.12 stack overflows at
compile_regex
.PoC:
Backtrace:
The text was updated successfully, but these errors were encountered: