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

net: Fix RST and thread crash due to multiple HS errors #341

Merged
merged 1 commit into from
Apr 8, 2024

Conversation

ohsayan
Copy link
Member

@ohsayan ohsayan commented Apr 8, 2024

Fixes a misc. crash during connection stage due to multiple errors within the same packet. This was overlooked. This however doesn't pose any serious issue as the connection would've anyways been terminated (just that we don't yield a correct error) and the rt catches the panic.

@ohsayan ohsayan added C-bug Something isn't working D-server Related to the server C-protocol Related to protocols labels Apr 8, 2024
@ohsayan ohsayan merged commit 4fcb0ee into next Apr 8, 2024
10 checks passed
@ohsayan ohsayan deleted the net/fix/protocol-misc branch April 18, 2024 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Something isn't working C-protocol Related to protocols D-server Related to the server
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant