Skip to content
Snippets Groups Projects
Commit 1fbaa5ef authored by Sebastian Kurfürst's avatar Sebastian Kurfürst
Browse files

[TASK] Fluid (Core): Regular Expression performance improvements

In rare cases, on some systems (like mine), the
PCRE parser reproducably crashes if one passes very
long argument strings into it, or very complex ones.

With this patch, the parser is slightly modified
to decrease the use of backtracking; which then avoids
the crashes mostly.
parent cf264e48
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment