[pcre-dev] [Bug 2792] \K should not be allowed in lookaround…

Pàgina inicial
Delete this message
Autor: admin
Data:  
A: pcre-dev
Assumpte: [pcre-dev] [Bug 2792] \K should not be allowed in lookarounds
https://bugs.exim.org/show_bug.cgi?id=2792

Zoltan Herczeg <hzmester@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hzmester@???


--- Comment #5 from Zoltan Herczeg <hzmester@???> ---
\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.