--- mod_isapi-old.c Wed Feb 26 09:42:30 2003 +++ mod_isapi-old.c Tue Jun 10 15:09:26 2003 @@ -725,7 +725,7 @@ } newstat = apr_palloc(cid->r->pool, statlen + 9); strcpy(newstat, "Status: "); - apr_cpystrn(newstat + 8, stat, statlen); + apr_cpystrn(newstat + 8, stat, statlen + 1); stat = newstat; statlen += 8; }