/[packages]/updates/5/pcre/current/SOURCES/pcre-9.37-CVE-2015-5073.patch
ViewVC logotype

Contents of /updates/5/pcre/current/SOURCES/pcre-9.37-CVE-2015-5073.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 844508 - (show annotations) (download)
Fri Jun 26 14:20:54 2015 UTC (8 years, 9 months ago) by luigiwalser
File size: 434 byte(s)
add upstream patch to fix CVE-2015-5073
1 --- pcre-8.37/pcre_compile.c~ 2015-06-26 10:17:53.262836036 -0400
2 +++ pcre-8.37/pcre_compile.c 2015-06-26 10:18:25.422938195 -0400
3 @@ -9413,7 +9413,7 @@ OP_RECURSE that are not fixed length get
4 exceptional ones forgo this. We scan the pattern to check that they are fixed
5 length, and set their lengths. */
6
7 -if (cd->check_lookbehind)
8 +if (errorcode == 0 && cd->check_lookbehind)
9 {
10 pcre_uchar *cc = (pcre_uchar *)codestart;
11

  ViewVC Help
Powered by ViewVC 1.1.30