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

asyn-thread: fix HTTPS RR crash #16169

Closed
wants to merge 2 commits into from
Closed

Conversation

bagder
Copy link
Member

@bagder bagder commented Feb 4, 2025

By removing 'data' from the thread struct and passing it in as an argument we avoid the case it could be dereferenced before stored when shutting down HTTPS RR.

Also reordered the struct fields a little to remove holes.

@github-actions github-actions bot added the name lookup DNS and related tech label Feb 4, 2025
By removing 'data' from the thread struct and passing it in as an
argument we avoid the case it could be dereferenced before stored when
shutting down HTTPS RR.

Also reordered the struct fields a little to remove holes.
@bagder bagder force-pushed the bagder/asyn-thread-data branch from c6a8b6b to 2b20eab Compare February 4, 2025 22:34
@bagder bagder closed this in e455757 Feb 5, 2025
@bagder bagder deleted the bagder/asyn-thread-data branch February 5, 2025 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
name lookup DNS and related tech
Development

Successfully merging this pull request may close these issues.

1 participant