[pcre-dev] [Bug 2320] Buffer Overflow in PCRE2 jit

Inizio della pagina
Delete this message
Autore: admin
Data:  
To: pcre-dev
Oggetto: [pcre-dev] [Bug 2320] Buffer Overflow in PCRE2 jit
https://bugs.exim.org/show_bug.cgi?id=2320

Zoltan Herczeg <hzmester@???> changed:

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


--- Comment #3 from Zoltan Herczeg <hzmester@???> ---
Thank you for the report. Fixed in r1011. The issue was that \\R and \\X can
match to multibyte sequences (namely \r\n) even if UTF disabled. This caused an
issue when fixed quantifiers are used, since the length of the matched string
can be bigger than the quantifier.

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