[pcre-dev] [Bug 2473] JIT ignores NOTEMPTY and NOTEMPTY_ATST…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2473] JIT ignores NOTEMPTY and NOTEMPTY_ATSTART options
https://bugs.exim.org/show_bug.cgi?id=2473

Zoltan Herczeg <hzmester@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hzmester@???
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED


--- Comment #1 from Zoltan Herczeg <hzmester@???> ---
Thank you for the report. There is a new flag called PCRE2_MATCH_EMPTY so
minlength == 0 is not enough to detect might be empty matches anymore.

r1190 fixes this:
https://lists.exim.org/lurker/message/20191128.113508.abf3abf5.en.html

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