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

NetBSD: net_connections() may list incorrect sockets #1063

Closed
giampaolo opened this issue May 13, 2017 · 0 comments
Closed

NetBSD: net_connections() may list incorrect sockets #1063

giampaolo opened this issue May 13, 2017 · 0 comments

Comments

@giampaolo
Copy link
Owner

When we iterate over socket connections we look for AF_INET, AF_INET6 and AF_UNIX sockets but we don't "continue" if the family is something else. As such we may list other AF_ families and report incorrect data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant