components/pcre/patches/pcre_compile.patch
branchs11u2-sru
changeset 4620 e3a4a6201724
parent 4619 ca1d23775800
child 4622 81e27a08826d
equal deleted inserted replaced
4619:ca1d23775800 4620:e3a4a6201724
     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