[pcre-dev] [Bug 2421] Array cross-border reading/global vari…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2421] Array cross-border reading/global variable coverage in PCRE Library
https://bugs.exim.org/show_bug.cgi?id=2421

Christoph Michael Becker <cmbecker69@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cmbecker69@???


--- Comment #2 from Christoph Michael Becker <cmbecker69@???> ---
For reference: the ticket filed against PHP is <https://bugs.php.net/78338>.

In this case, PHP is supposed to treat pattern and subject as being encoded in
some arbitrary extended ASCII encoding (say ISO-8859-1). From what I can tell,
PHP does not set the PCRE2_UTF8 option in this case, but sets
PCRE2_NO_UTF_CHECK when calling pcre2_jit_match().

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