https://bugs.exim.org/show_bug.cgi?id=1916
Markus Elfring <elfring@???> changed:
What |Removed |Added
----------------------------------------------------------------------------
Hardware|x86 |x86-64
--- Comment #1 from Markus Elfring <elfring@???> ---
(In reply to comment #0)
I got the impression that the message âregular expression is too complicatedâ
is connected with the internal identifier âERR86â.
I added logging statements at a few source code places after it is assigned to
variables like âerrorcodeâ. So it seems that an error message was displayed
beccause the function âcould_be_empty_branchâ returned a negative value from a
call in âpcre2_compile_8â.
How are the chances to reconsider this software limitation (and a corresponding
comment there)?
http://vcs.pcre.org/pcre2/code/trunk/src/pcre2_compile.c?revision=596&view=markup
:
ââ¦
Setting the cap at 1100 allows the test for more than 1023 capturing patterns
to work.
â¦â
I changed this value to â3456â for another test try. My constructed search
pattern was finally accepted then. The successful test display contained
expected data.
Is an information like âMemory allocation (code space): 102475â also worth for
further considerations here?
--
You are receiving this mail because:
You are on the CC list for the bug.