https://issues.apache.org/bugzilla/show_bug.cgi?id=55666
Yann Ylavic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #30939|0 |1 is obsolete| | --- Comment #12 from Yann Ylavic <[email protected]> --- Created attachment 30973 --> https://issues.apache.org/bugzilla/attachment.cgi?id=30973&action=edit inflate output filter header buffering (trunk 1/6) First of six patches to handle inflate reentrance in the mod_deflate's output and input filters. Patch 1. Handle Zlib header buffering in the inflate output filter : - adds the new deflate_ctx_t fields needed to re-enter the Zlib header parsing, - declares the new consume_zlib_flags() function to parse/consume the ZLib flags (will be used for the input filter too in a following patch), - fixes a (possible) size_t underflow when parsing/consuming ZLib nul-terminated string flags (eg. "while (len-- && *data++);" could underflow len if the nul is not reached in the bucket). This patch fixes the current PR, but the issue still remains for the inflate input filter (hence the following patches). -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
