[pcre-dev] [Bug 2105] New: Comment sliced between quantifier…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2105] New: Comment sliced between quantifiers breaks regex
https://bugs.exim.org/show_bug.cgi?id=2105

            Bug ID: 2105
           Summary: Comment sliced between quantifiers breaks regex
           Product: PCRE
           Version: 8.40
          Hardware: x86
                OS: All
            Status: NEW
          Severity: bug
          Priority: medium
         Component: Code
          Assignee: ph10@???
          Reporter: firas.dib@???
                CC: pcre-dev@???


No error: (?x).(?#comment)+
Error: (?x).+(?#comment)+

If the first is valid, so should the second one be. Seems inconsistent to me,
although I can see the technical difficulties in it.

--
You are receiving this mail because:
You are on the CC list for the bug.