You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Cliff Woolley <jw...@virginia.edu> on 2002/06/29 05:09:56 UTC

Re: bug in apr_brigade_write?

On Fri, 28 Jun 2002, Brian Pane wrote:

>           remaining = h->alloc_len - e->length;
>           buf = h->base + e->start + e->length;
>
> Shouldn't that be "remaining = h->alloc_len - (e->length + e->start)"?

Ouch, quite likely.  Will look into it.

--Cliff