TS-4050 - Trafficserver is crashing when buckets=0 is configured in cache_promote plugin#361
Closed
meeramn wants to merge 3 commits intoapache:masterfrom
Closed
TS-4050 - Trafficserver is crashing when buckets=0 is configured in cache_promote plugin#361meeramn wants to merge 3 commits intoapache:masterfrom
meeramn wants to merge 3 commits intoapache:masterfrom
Conversation
cache_promote plugin and Set buckets default value to be 10
Contributor
|
Much better! I'll have to check / read the code more thoroughly, but are you sure this isn't now leaking the object when the freelist is empty? |
Contributor
|
Yeah, so there's no leak here (sorry, my bad), but I feel these checks are unnecessary. I'd rather change this to have a release assert above this, e.g. |
Contributor
Author
|
Thanks Leif for reviewing. Please take a look at changes and approve. |
SolidWallOfCode
pushed a commit
to SolidWallOfCode/trafficserver
that referenced
this pull request
Feb 13, 2017
YTSATS-1116: tls_proto problems when ATS compiled with openssl 1.0.2
moonchen
pushed a commit
to moonchen/trafficserver
that referenced
this pull request
Jul 26, 2022
* Check for leaf node after resetting byte counter * Improve invalid decoding length * Move error tests to test_Huffmancode * Reject EOS symbol (cherry picked from commit d362729) Co-authored-by: Menno de Gier <mrdegier@gmail.com>
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.
Fix trafficserver crash when buckets=0 is configured in cache_promote plugin and Set buckets default value to be 10