https://bugs.exim.org/show_bug.cgi?id=2484
--- Comment #1 from Philip Hazel <ph10@???> ---
A caller who is worried about this issue should use pcre2_set_depth_limit(),
which limits the depth of internal recursion in pcre2_dfa_match(). A default
can be set when PCRE2 is built (the default default is quite large).
--
You are receiving this mail because:
You are on the CC list for the bug.