components/pcre/patches/pcre_compile.patch
author Norm Jacobs <Norm.Jacobs@Oracle.COM>
Tue, 24 Feb 2015 08:21:46 -0800
changeset 3851 340f8dd103eb
parent 744 6df1d115f82e
permissions -rw-r--r--
Close of build 69.

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 */