[pcre-dev] [Bug 2484] Stack overflow in internal_dfa_match()…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2484] Stack overflow in internal_dfa_match() (pcre2_dfa_match.c)
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.