[pcre-dev] [Bug 1705] heap-buffer-overflow in match src/pcre…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 1705] heap-buffer-overflow in match src/pcre2_match.c:3321:20
https://bugs.exim.org/show_bug.cgi?id=1705

--- Comment #8 from Philip Hazel <ph10@???> ---
PCRE2 has an option PCRE2_NEVER_BACKSLASH_C, which locks out the use of
\C. It also has --enable-never-backslash-C, which forces this option on
all patterns.

I know there's a lot of code that uses PCRE1, but I just don't have time
to backport new features. Sorry.

Philip

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