------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=637
Summary: Positive lookahead with (?R)
Product: PCRE
Version: N/A
Platform: x86
OS/Version: Linux
Status: NEW
Severity: bug
Priority: medium
Component: Code
AssignedTo: ph10@???
ReportedBy: felipensp@???
CC: pcre-dev@???
Hi.
Negative lookahead, positive/negative lookbehind shows compile error, but
positive lookahead causes seg. fault.
re> /(?=\w)(?R)/
data> foo
Segmentation fault (core dumped)
I expected: "Failed: recursive call could loop indefinitely at offset 10"
Regards.
--
Configure bugmail:
http://bugs.exim.org/userprefs.cgi?tab=email