View | Details | Raw Unified
Collapse All | Expand All

(-) pcre-7.7.orig/pcre_compile.c (-1 / +1 lines)
 Lines 4929-4939    Link Here 
          {
          {
          if (code == cd->start_code + 1 + LINK_SIZE &&
          if (code == cd->start_code + 1 + LINK_SIZE &&
               (lengthptr == NULL || *lengthptr == 2 + 2*LINK_SIZE))
               (lengthptr == NULL || *lengthptr == 2 + 2*LINK_SIZE))
            {
            {
            cd->external_options = newoptions;
            cd->external_options = newoptions;
            options = newoptions;
            options = *optionsptr = newoptions;
            }
            }
         else
         else
            {
            {
            if ((options & PCRE_IMS) != (newoptions & PCRE_IMS))
            if ((options & PCRE_IMS) != (newoptions & PCRE_IMS))
              {
              {