[pcre-dev] [Bug 2764] Regression in JIT matching with ^

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2764] Regression in JIT matching with ^
https://bugs.exim.org/show_bug.cgi?id=2764

Jordi Boggiano <j.boggiano@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED


--- Comment #4 from Jordi Boggiano <j.boggiano@???> ---
Ok I was able to reproduce with:

printf '%s\n%s\n'
'/(?P<prefix>:\/\/|^)(?P<user>[^:\/\s@]+):(?P<password>[^@\s\/]+)@/i'
'http://10a8f08e8d7b7b9:foo@example.org' | ./pcre2test -jit

And after compiling the latest source, I can confirm it is fixed. Thanks!

Marking this resolved, but indeed given the JIT regression I imagine tagging a
new release wouldn't hurt. Not my call to make though :)

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