Skip to content

Commit

Permalink
Fix crash due to shared mutable state in EnvoyFilter #53594 (#830)
Browse files Browse the repository at this point in the history
* Fix crash due to shared mutable state in EnvoyFilter #53594 istio/istio#53590

* update patch file
  • Loading branch information
shimengwang authored Jan 26, 2025
1 parent 6c45a5a commit c6fe788
Show file tree
Hide file tree
Showing 2 changed files with 470 additions and 0 deletions.
1 change: 1 addition & 0 deletions patch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ This list documents each patch:
* 20240823-server-side-filter.patch: Add server-side filters to filter istio CRD.
* 20240903-dynamic-configs.patch: Add DynamicConfig CRD.
* 20240912-optimize-xds-generation.patch: Avoid unnecessary xDS generation for our CRD.
* 20241224-fix-proto-panic.patch: Fix crash due to shared mutable state in EnvoyFilter [#53594](https://github.com/istio/istio/issues/53590)
Loading

0 comments on commit c6fe788

Please sign in to comment.