[pcre-dev] [Bug 2453] Use-after-free on PCRE2_ERROR_NOMEMORY

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2453] Use-after-free on PCRE2_ERROR_NOMEMORY
https://bugs.exim.org/show_bug.cgi?id=2453

Zoltan Herczeg <hzmester@???> changed:

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


--- Comment #1 from Zoltan Herczeg <hzmester@???> ---
Good catch! Since allocator_data is available locally, I just removed the
compiler-> from all calls.

There is a new check in pcre2 which returns early if the executable allocator
does not work. This check should improve the perf in your case.

Thank you for the report.

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