STABLE 20040522 MAJOR problems!

Jeffrey M. Vinocur jeff at litech.org
Sun May 23 23:34:44 UTC 2004


On Sun, 23 May 2004, Russ Allbery wrote:

> (Jeff, or anyone else with commit access, if it works for you,
> could you commit that patch that I sent yesterday to both STABLE and
> CURRENT?)

Committed just now to CURRENT.

The patch didn't apply as is to STABLE, so I thought I'd better confirm 
it's applicable.  You're happy with this for STABLE?

    if (fp->NeedHeader) {
      buffer_append(overview, hp->Name, hp->Size);
      buffer_append(overview, COLONSPACE, strlen(COLONSPACE));
    }
    if (overview->used + overview->left + len > overview->size)
        buffer_resize(overview, overview->size + len);
-    for (i = 0, q = &overview->data[overview->left] ; i < len ; p++, q++, i++) {
+    for (i = 0, q = &overview->data[overview->left] ; i < len ; p++, i++) {
      /* we can replace consecutive '\r', '\n' and '\r' with one ' ' here */
      if (*p == '\t' || *p == '\n' || *p == '\r')
        *q = ' ';
      else


-- 
Jeffrey M. Vinocur
jeff at litech.org



More information about the inn-workers mailing list