[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

--- Comment #3 from Kamil Frankowicz <fumfi.255@???> ---
(In reply to Philip Hazel from comment #2)
> 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.


Good to know. Many thanks!

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