ESI: Ensure gzip header is always initialized#7358
Merged
bryancall merged 1 commit intoapache:8.1.xfrom Nov 30, 2020
Merged
Conversation
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.
bryancall
approved these changes
Nov 30, 2020
raspbian-autopush
pushed a commit
to raspbian-packages/trafficserver
that referenced
this pull request
Dec 9, 2020
Origin: backport Applied-upstream: apache/trafficserver#7358 Last-Update: 2020-12-06 Last-Update: 2020-12-06 Gbp-Pq: Name 0018-CVE-2020-17508.patch
masaori335
pushed a commit
to masaori335/trafficserver
that referenced
this pull request
Mar 31, 2021
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.
masaori335
added a commit
to masaori335/trafficserver
that referenced
this pull request
Mar 31, 2021
* asf/8.1.x: Reverting to old negative_caching conditional behavior (apache#7401) Updated ChangeLog Revert "Reverting to old negative_caching conditional behavior (apache#7401)" Updated ChangeLog Clear call_sm on tunnel reset (apache#7352) Added CHANGELOG for 8.1.2 Reverting to old negative_caching conditional behavior (apache#7401) Updated to v8.1.2 Updated ChangeLog and STATUS Add negative caching tests and fixes. (apache#7359) ESI: Ensure gzip header is always initialized (apache#7358)
raspbian-autopush
pushed a commit
to raspbian-packages/trafficserver
that referenced
this pull request
Aug 20, 2021
Origin: backport Applied-upstream: apache/trafficserver#7358 Last-Update: 2020-12-06 Last-Update: 2020-12-06 Gbp-Pq: Name 0018-CVE-2020-17508.patch
raspbian-autopush
pushed a commit
to raspbian-packages/trafficserver
that referenced
this pull request
Jun 9, 2022
Origin: backport Applied-upstream: apache/trafficserver#7358 Last-Update: 2020-12-06 Last-Update: 2020-12-06 Gbp-Pq: Name 0018-CVE-2020-17508.patch
raspbian-autopush
pushed a commit
to raspbian-packages/trafficserver
that referenced
this pull request
Jan 22, 2023
Origin: backport Applied-upstream: apache/trafficserver#7358 Last-Update: 2020-12-06 Last-Update: 2020-12-06 Gbp-Pq: Name 0018-CVE-2020-17508.patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.