From: <abe...@us...> - 2015-06-25 12:13:24
|
Revision: 7130 http://sourceforge.net/p/astlinux/code/7130 Author: abelbeck Date: 2015-06-25 12:13:21 +0000 (Thu, 25 Jun 2015) Log Message: ----------- pcre, add another upstream security fix, revision 1571 Ref: http://vcs.pcre.org/pcre/code/trunk/?view=log Revision Links: -------------- http://sourceforge.net/p/astlinux/code/1571 Modified Paths: -------------- branches/1.0/package/pcre/pcre-pre-8.38-security-fixes.patch Modified: branches/1.0/package/pcre/pcre-pre-8.38-security-fixes.patch =================================================================== --- branches/1.0/package/pcre/pcre-pre-8.38-security-fixes.patch 2015-06-23 23:32:15 UTC (rev 7129) +++ branches/1.0/package/pcre/pcre-pre-8.38-security-fixes.patch 2015-06-25 12:13:21 UTC (rev 7130) @@ -332,6 +332,18 @@ if (*ptr != (pcre_uchar)terminator) { +--- pcre-8.37/pcre_compile.c 2015/06/22 09:38:41 1570 ++++ pcre-8.37/pcre_compile.c 2015/06/23 16:34:53 1571 +@@ -9427,7 +9427,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; + + --- pcre-8.37/pcre_exec.c 2015/06/09 16:33:27 1564 +++ pcre-8.37/pcre_exec.c 2015/06/09 16:46:52 1565 @@ -6685,7 +6685,8 @@ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |