On Sunday 14 February 2010, Joe Schaefer wrote: > This can't be the bug because it's in the input filter code, > but the most recent commit to mod_deflate.c has some UB in it > surrounding the case when readbytes is larger than what's available > in ctx->proc_bb. In that case bkt is the sentinel for ctx->proc_bb > and calling apr_brigade_split_ex looks wonky.
Correct. Committed to trunk. Thanks.
