Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

server: fixed crash in server properties cache #35268

Merged
merged 1 commit into from
Jul 19, 2024

Conversation

cpakulski
Copy link
Contributor

Commit Message:
fix for crash in server properties cache
Additional Description:
Reported the crash to envoy-security@googlegroups.com and got green light to proceed in public. The issue is that key_value_store_ used in cache may be NULL, so it should be checked before each use.
Risk Level: Low
Testing: Converted to parameterized tests to run each test with valid and NULL key_value_store_.
Docs Changes: No
Release Notes: No

Signed-off-by: Christoph Pakulski <paker8848@gmail.com>
@cpakulski
Copy link
Contributor Author

@botengyao Fix for the crash I reported to envoy-security group.

@KBaichoo KBaichoo added this to the 1.31.0 milestone Jul 19, 2024
@KBaichoo KBaichoo merged commit 1abf5e1 into envoyproxy:main Jul 19, 2024
51 checks passed
@botengyao
Copy link
Member

Thanks @cpakulski and @KBaichoo!

@cpakulski
Copy link
Contributor Author

Thanks for reviewing @KBaichoo !

@cpakulski cpakulski deleted the http_cache_crash branch July 19, 2024 16:35
@cpakulski cpakulski added the backport/review Request to backport to stable releases label Jul 19, 2024
@cpakulski
Copy link
Contributor Author

Marked it for backport. I can do the actual work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/review Request to backport to stable releases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants