Skip to content

ESI: Ensure gzip header is always initialized#7356

Merged
bryancall merged 1 commit intoapache:7.1.xfrom
bneradt:esi_gzip_header_initialization_71x
Nov 30, 2020
Merged

ESI: Ensure gzip header is always initialized#7356
bryancall merged 1 commit intoapache:7.1.xfrom
bneradt:esi_gzip_header_initialization_71x

Conversation

@bneradt
Copy link
Contributor

@bneradt bneradt commented Nov 30, 2020

There were certain code paths that could be reached in which
stream_finish could be called without stream_encode having been called.
This would result in the gzip header not being encoded in the stream,
which would produce malformed gzip content.

There were certain code paths that could be reached in which
stream_finish could be called without stream_encode having been called.
This would result in the gzip header not being encoded in the stream,
which would produce malformed gzip content.
@bneradt bneradt added this to the 7.1.12 milestone Nov 30, 2020
@bneradt bneradt requested a review from bryancall November 30, 2020 16:49
@bneradt bneradt self-assigned this Nov 30, 2020
@bryancall bryancall merged commit b851869 into apache:7.1.x Nov 30, 2020
@bneradt bneradt deleted the esi_gzip_header_initialization_71x branch November 30, 2020 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants