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

(-)cups-1.2.12/cgi-bin/search.c (-1 / +3 lines)
Lines 171-177 cgiCompileSearch(const char *query) /* I Link Here
171
      * string + RE overhead...
171
      * string + RE overhead...
172
      */
172
      */
173
173
174
      wlen = (sptr - s) + 4 * wlen + 2 * strlen(prefix) + 4;
174
      wlen = (sptr - s) + 2 * 4 * wlen + 2 * strlen(prefix) + 11;
175
      if (lword)
176
        wlen += strlen(lword);
175
177
176
      if (wlen > slen)
178
      if (wlen > slen)
177
      {
179
      {

Return to bug 212364