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

Extra Protection Around Stream Send Queue #2463

Merged
merged 1 commit into from
Mar 5, 2022
Merged

Conversation

nibanks
Copy link
Member

@nibanks nibanks commented Mar 5, 2022

Description

We've seen some crashes internally in the latest builds where somehow a stream seems to be dequeued twice. I haven't yet pinned down the extact repro steps of the scenario that triggers this, but it's simple enough to check and protect from this happening.

Testing

Verified existing tests pass. Ideally, I'd like to write a new test case to repro the original issue, but I haven't figured out the steps to do so yet.

@nibanks nibanks requested a review from a team as a code owner March 5, 2022 14:28
@nibanks nibanks added Area: Core Related to the shared, core protocol logic Bug: Core A code bug in the Core MsQuic code labels Mar 5, 2022
@nibanks nibanks added this to the Release 2.0 milestone Mar 5, 2022
@nibanks nibanks merged commit 0fffdc0 into main Mar 5, 2022
@nibanks nibanks deleted the nibanks/protect-sendlink branch March 5, 2022 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Core Related to the shared, core protocol logic Bug: Core A code bug in the Core MsQuic code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants