components/pcre/patches/pcre_compile.patch
changeset 4549 cef88d7826a6
parent 4548 a77dcced6a2a
child 4550 1235ed3c5285
--- a/components/pcre/patches/pcre_compile.patch	Thu Jun 11 07:24:50 2015 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-diff -ru pcre-8.21.orig//pcre_compile.c pcre-8.21/pcre_compile.c
---- pcre-8.21.orig//pcre_compile.c	Wed Dec  7 08:45:36 2011
-+++ pcre-8.21/pcre_compile.c	Mon Mar 19 15:11:42 2012
-@@ -1655,7 +1655,8 @@
-     case OP_ASSERTBACK:
-     case OP_ASSERTBACK_NOT:
-     do cc += GET(cc, 1); while (*cc == OP_ALT);
--    /* Fall through */
-+    cc += _pcre_OP_lengths[*cc];
-+    break;
- 
-     /* Skip over things that don't match chars */
-