[pcre-dev] [Bug 2460] New: Increased minimum match limit wit…

Góra strony
Delete this message
Autor: admin
Data:  
Dla: pcre-dev
Temat: [pcre-dev] [Bug 2460] New: Increased minimum match limit with PCRE2 10.34-RC1 (JIT)
https://bugs.exim.org/show_bug.cgi?id=2460

            Bug ID: 2460
           Summary: Increased minimum match limit with PCRE2 10.34-RC1
                    (JIT)
           Product: PCRE
           Version: N/A
          Hardware: x86
                OS: Linux
            Status: NEW
          Severity: bug
          Priority: medium
         Component: Code
          Assignee: ph10@???
          Reporter: mail@???
                CC: pcre-dev@???


The minimum match limit for 10.34-RC1 has changed. Consider this input for
pcre2test:

'^(?=.*x)x',i,jit,dotall
This is a test\=find_limits

With PCRE2 10.33:     Minimum match limit = 1
With PCRE2 10.34-RC1: Minimum match limit = 15


So probably 10.34-RC1 is slower for this pattern.

This change is caused by this SVN commit:
r1100 by zherczeg: Improve single character iterators, add special path to
dotall.

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