https://bugs.exim.org/show_bug.cgi?id=2792

Zoltan Herczeg <hzmes...@freemail.hu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hzmes...@freemail.hu

--- Comment #5 from Zoltan Herczeg <hzmes...@freemail.hu> ---
\K and lookaround assertions can cause some corner cases, e.g. the end of a
match can precede the start of a match. Other corner cases such as empty
matches can also cause issues if the software is not prepared for it.

Btw: what happens in assertions + recursion? If \K is not disabled in
recursions, you can avoid the \K constraint in assertions.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-- 
## List details at https://lists.exim.org/mailman/listinfo/pcre-dev 

Reply via email to