You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: