From 77345a923c72d9e8d0a4202d893239ba43b903a3 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 7 Jul 2015 13:39:52 +0000 Subject: main/pcre: various security fixes CVE-2015-3210 CVE-2015-3217 CVE-2015-5073 ref #4287 ref #4400 --- main/pcre/CVE-2015-5073.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 main/pcre/CVE-2015-5073.patch (limited to 'main/pcre/CVE-2015-5073.patch') diff --git a/main/pcre/CVE-2015-5073.patch b/main/pcre/CVE-2015-5073.patch new file mode 100644 index 0000000000..e6981ecb2c --- /dev/null +++ b/main/pcre/CVE-2015-5073.patch @@ -0,0 +1,14 @@ +Index: pcre_compile.c +=================================================================== +--- a/pcre_compile.c (revision 1569) ++++ b/pcre_compile.c (revision 1575) +@@ -9449,7 +9449,7 @@ + exceptional ones forgo this. We scan the pattern to check that they are fixed + length, and set their lengths. */ + +-if (cd->check_lookbehind) ++if (errorcode == 0 && cd->check_lookbehind) + { + pcre_uchar *cc = (pcre_uchar *)codestart; + + -- cgit v1.2.3