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

fix(gensupport): context cancel error check #2890

Merged
merged 2 commits into from
Nov 26, 2024

Conversation

Tulsishah
Copy link
Contributor

Previously, if an rCtx wasn't created with chunkTransferTimeout and the parent context had a timeout, calling cancel under the same conditions caused a crash due to invalid memory access. This occurred if the parent context's timeout was triggered.

@Tulsishah Tulsishah requested a review from a team as a code owner November 25, 2024 09:12
Copy link

conventional-commit-lint-gcf bot commented Nov 25, 2024

🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use automerge label. Good luck human!

-- conventional-commit-lint bot
https://conventionalcommits.org/

@Tulsishah Tulsishah changed the title feat: fix context cancel error check feat(gensupport): fix context cancel error check Nov 25, 2024
@codyoss codyoss changed the title feat(gensupport): fix context cancel error check fix(gensupport): context cancel error check Nov 26, 2024
@codyoss codyoss merged commit f57c82d into googleapis:main Nov 26, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants