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

quic: fix socket UAF during port migration #31702

Merged
merged 5 commits into from
Jan 10, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
changelog
Signed-off-by: Dan Zhang <danzh@google.com>
  • Loading branch information
danzh1989 committed Jan 9, 2024
commit e4697c13ffb3983a4c393b76f43ceb8c93e0c2f2
3 changes: 3 additions & 0 deletions changelogs/current.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ bug_fixes:
change: |
Fixed a bug in QUIC and HCM interaction which could cause use-after-free during asynchronous certificates retrieval.
The fix is guarded by runtime ``envoy.reloadable_features.quic_fix_filter_manager_uaf``.
- area: quic
change: |
Fixed a bug in QUIC upstream port migration which could cause use-after-free upon STATELESS_RESET packets.
- area: redis
change: |
Fixed a bug causing crash if incoming redis key does not match against a prefix_route and catch_all_route is not defined.
Expand Down
Loading