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

[v14] Prevent panic in web app transport #35525

Merged
merged 1 commit into from Dec 7, 2023

Conversation

rosstimothy
Copy link
Contributor

Backport #35501 to branch/v14

changelog: Prevent panic when dialing a deleted Application Server

The case where no app servers were available was not handled and
resulted in exceeding the bounds of the app servers slice. When
no servers are available now the slice is set to nil instead of
trying to shift it beyond the bounds. A test was added to validate
that the panic is not possible any more.

Fixes #35460
@rosstimothy rosstimothy added this pull request to the merge queue Dec 7, 2023
Merged via the queue into branch/v14 with commit 0f31d47 Dec 7, 2023
26 checks passed
@rosstimothy rosstimothy deleted the bot/backport-35501-branch/v14 branch December 7, 2023 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants