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

subchannel list: fix ubsan error #30393

Merged
merged 2 commits into from
Jul 26, 2022

Conversation

markdroth
Copy link
Member

Fixes #30341.

@markdroth markdroth added the release notes: no Indicates if PR should not be in release notes label Jul 23, 2022
@markdroth markdroth requested a review from veblush July 23, 2022 10:29
@markdroth markdroth merged commit 5ac6891 into grpc:master Jul 26, 2022
@markdroth markdroth deleted the subchannel_list_ubsan_fix branch July 26, 2022 14:42
@copybara-service copybara-service bot added the imported Specifies if the PR has been imported to the internal repository label Jul 26, 2022
markdroth added a commit to markdroth/grpc that referenced this pull request Jul 26, 2022
* don't expose vector type

* don't down-cast from inside base class ctor
markdroth added a commit that referenced this pull request Jul 26, 2022
* don't expose vector type

* don't down-cast from inside base class ctor
apolcyn added a commit that referenced this pull request Aug 16, 2022
* Bump version to 1.48.0-pre1 (on v1.48.x branch) (#30194)

* bump version to 1.48.0-pre1

* regenerate projects

* Bump version to 1.48.0 (on v1.48.x branch) (#30326)

* bump version to 1.48.0

* regenerate projects

* xds interop: choose correct cluster in grpc_xds_k8s_lb_python.sh (1.48.x backport) (#30329)

* subchannel list: fix ubsan error (#30393) (#30412)

* don't expose vector type

* don't down-cast from inside base class ctor

* xDS interop: add missing image tagging to the buildscripts (#30520) (#30529)

Co-authored-by: Yash Tibrewal <yashkt@google.com>
Co-authored-by: Sergii Tkachenko <sergiitk@google.com>
Co-authored-by: Mark D. Roth <roth@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bloat/none imported Specifies if the PR has been imported to the internal repository lang/core per-call-memory/neutral release notes: no Indicates if PR should not be in release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gRPC 1.48.0 fails under UndefinedBehaviorSanitizer
2 participants