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

dns: Fix an issue where a buffer was incorrectly reused #189

Merged
merged 1 commit into from
Oct 26, 2024
Merged

Conversation

56quarters
Copy link
Owner

Fix an issue with the TCP DNS client where a buffer was not cleared between reuse resulting in TCP connections only being used for a single request and discarded (due to corrupt messages).

Fix an issue with the TCP DNS client where a buffer was not cleared
between reuse resulting in TCP connections only being used for a single
request and discarded (due to corrupt messages).
@56quarters 56quarters merged commit 0201bfd into master Oct 26, 2024
6 checks passed
@56quarters 56quarters deleted the tcp-dns branch October 26, 2024 13:04
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.

1 participant