[pcre-dev] [Bug 2330] Content "n\xff=" can crash libpcre whe…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2330] Content "n\xff=" can crash libpcre when an application is matching the pattern \s*=
https://bugs.exim.org/show_bug.cgi?id=2330

--- Comment #4 from Christian Persch (GNOME) <chpe@???> ---
You pass PCRE_UTF8 as compile option, and PCRE_NO_UTF8_CHECK as match option,
but your subject string is not valid UTF-8. This is documented not to work.

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