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

Fix an uninitialized variable #271

Merged
merged 1 commit into from
Dec 9, 2022

Conversation

godlygeek
Copy link
Contributor

@godlygeek godlygeek commented Dec 9, 2022

This could be used uninitialized if for some reason getaddrinfo fails
to return any interfaces. That shouldn't happen, but we should
initialize this anyway.

Signed-off-by: Matt Wozniski mwozniski@bloomberg.net

This could be used uninitialized if for some reason `getaddrinfo` fails
to return any interfaces. That shouldn't happen, but we should
initialize this anyway.

Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
@godlygeek godlygeek self-assigned this Dec 9, 2022
@godlygeek godlygeek enabled auto-merge (rebase) December 9, 2022 20:32
@godlygeek godlygeek merged commit 6cb0c57 into bloomberg:main Dec 9, 2022
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.

None yet

2 participants