components/pcre/patches/pcre_compile.patch
changeset 4549 cef88d7826a6
parent 4548 a77dcced6a2a
child 4550 1235ed3c5285
equal deleted inserted replaced
4548:a77dcced6a2a 4549:cef88d7826a6
     1 diff -ru pcre-8.21.orig//pcre_compile.c pcre-8.21/pcre_compile.c
       
     2 --- pcre-8.21.orig//pcre_compile.c	Wed Dec  7 08:45:36 2011
       
     3 +++ pcre-8.21/pcre_compile.c	Mon Mar 19 15:11:42 2012
       
     4 @@ -1655,7 +1655,8 @@
       
     5      case OP_ASSERTBACK:
       
     6      case OP_ASSERTBACK_NOT:
       
     7      do cc += GET(cc, 1); while (*cc == OP_ALT);
       
     8 -    /* Fall through */
       
     9 +    cc += _pcre_OP_lengths[*cc];
       
    10 +    break;
       
    11  
       
    12      /* Skip over things that don't match chars */
       
    13