------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=930 Summary: Using this simple regex : "(?i)ab(?-i)|c" will cause errorcode 23 in pcre_compile Product: PCRE Version: 7.8 Platform: x86 OS/Version: Windows Status: NEW Severity: bug Priority: medium Component: Code AssignedTo: [email protected] ReportedBy: [email protected] CC: [email protected] when I used some kind of regexs just like "(?i)a(?-i)b|c", "(?i)ab(?-i)|c" et., PCRE crashed with errorcode 23 in pcre_compile. It seems that if the regex has some modifier( i,m,s...) at the beginning, and the opposite modifier appears in the first branch, then this error happens. I have tried PCRE 7.8/7.9/8.0, the same result... looking forward to your response, thanks:) -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at http://lists.exim.org/mailman/listinfo/pcre-dev
