Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 228091
Collapse All | Expand All

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

Return to bug 228091