[pcre-dev] MARK value can't pass through atomic group border…

Top Page
Delete this message
Author: ND
Date:  
To: Pcre-dev@exim.org
Subject: [pcre-dev] MARK value can't pass through atomic group borders
Hi, Philip!

I'm try to implement PCRE 8.20 into my application and gets a critical
bug. I found that because MARK value can't pass through atomic group
borders and not returned from pcre_exec().

Here is pcretest.exe listing:

PCRE version 8.20 2011-10-21
/(?>a(*:m))/imsxSK
a
0: a



Expected:
MK: m


Is there a possibility to make a hotfix?

Best regards.