[pcre-dev] [Bug 2052] invalid memory read in match (pcre_exe…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2052] invalid memory read in match (pcre_exec.c)
https://bugs.exim.org/show_bug.cgi?id=2052

Philip Hazel <ph10@???> changed:

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


--- Comment #2 from Philip Hazel <ph10@???> ---
This was a genuine bug in the 32-bit library. Thanks for finding it. The crash
was caused by trying to find a Unicode property for a code value greater than
0x10ffff, the Unicode maximum, when running in non-UTF mode (where character
values can be up to 0xffffffff). The bug was in both PCRE1 and PCRE2. I have
fixed both of them.

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