components/pcre/patches/pcre_compile.patch
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Mon, 20 May 2013 23:02:15 -0700
branchs11-update
changeset 2628 7f42f5002dfc
parent 744 6df1d115f82e
permissions -rw-r--r--
Added tag s11u2-15 for changeset 61114dc8cc46

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