aboutsummaryrefslogtreecommitdiffstats
path: root/main/pcre/CVE-2015-5073.patch
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2016-05-09 12:14:30 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2016-05-09 12:17:34 +0000
commit1e4709887b69db528ad1b8d34d303e1eb6f464dc (patch)
tree8f0aafd9afe3f3d9ec67fab0e68f6341b0436cbc /main/pcre/CVE-2015-5073.patch
parent76d6eeeed0cdb56f21582ac13cede79f99bdc294 (diff)
downloadaports-1e4709887b69db528ad1b8d34d303e1eb6f464dc.tar.bz2
aports-1e4709887b69db528ad1b8d34d303e1eb6f464dc.tar.xz
main/pcre: several fixes including CVEs
Diffstat (limited to 'main/pcre/CVE-2015-5073.patch')
-rw-r--r--main/pcre/CVE-2015-5073.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/main/pcre/CVE-2015-5073.patch b/main/pcre/CVE-2015-5073.patch
deleted file mode 100644
index e6981ecb2c..0000000000
--- a/main/pcre/CVE-2015-5073.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-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;
-
-