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 resolver crashes in GCC 9.1 #19

Closed
markaylett opened this issue Jun 21, 2019 · 1 comment
Closed

DNS resolver crashes in GCC 9.1 #19

markaylett opened this issue Jun 21, 2019 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@markaylett
Copy link
Collaborator

GCC 9.1 exposed a dormant bug in the DNS resolver that causes the run loop to crash when clearing tasks from the queue. The crash was caused by accessing uninitialised elements of a local array.

@markaylett markaylett added the bug Something isn't working label Jun 21, 2019
@markaylett markaylett added this to the Release: 0.2.0 milestone Jun 21, 2019
@markaylett markaylett self-assigned this Jun 21, 2019
@markaylett
Copy link
Collaborator Author

This may actually have been a non-issue, because it no longer happens after clearing-down the build directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant