diff --unified -r apr-util-1.3.4/buckets/apr_brigade.c apr-util-1.3.4/buckets/apr_brigade.c --- apr-util-1.3.4/buckets/apr_brigade.c 2008-05-28 17:15:35.000000000 -0400 +++ apr-util-1.3.4/buckets/apr_brigade.c 2009-05-04 13:12:06.000000000 -0400 @@ -689,9 +689,6 @@ return -1; } - /* tack on null terminator to remaining string */ - *(vd.vbuff.curpos) = '\0'; - /* write out what remains in the buffer */ return apr_brigade_write(b, flush, ctx, buf, vd.vbuff.curpos - buf); }