[pcre-dev] [Bug 2108] Heap out of bounds read in match()

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2108] Heap out of bounds read in match()
https://bugs.exim.org/show_bug.cgi?id=2108

Philip Hazel <ph10@???> changed:

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


--- Comment #2 from Philip Hazel <ph10@???> ---
Thank you for analysing this, Petr. You are absolutely right. \C should only be
used in really special cases. This looks like an issue raised by a fuzzer.
Anybody who is fuzzing PCRE2 should always set the PCRE2_NEVER_BACKSLASH_C
option or build PCRE2 with --enable-never-backslash-C. This will cause an error
for any occurrence of \C.

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