[pcre-dev] [Bug 1979] PCRE2 10.23-RC1 - Out of bounds read i…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 1979] PCRE2 10.23-RC1 - Out of bounds read in match() #1
https://bugs.exim.org/show_bug.cgi?id=1979

Philip Hazel <ph10@???> changed:

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


--- Comment #1 from Philip Hazel <ph10@???> ---
This report is invalid. The value \x{8000000} is greater than the maximum UTF-8
code point and is therefore not a valid UTF-8 character. The test sets
PCRE2_NO_UTF_CHECK, causing the string not to be checked. This is documented as
leading to unpredictable behaviour.

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