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 the client.keys ip address is converted to an os_ip any gets converted to ::/0 and then when converted to a struct sockaddr it's family gets set to AF_INET6. Because of this the check for family fails and the code never makes it to the byte comparison which would pass because of no prefixlength.
The text was updated successfully, but these errors were encountered:
When the client.keys ip address is converted to an os_ip any gets converted to ::/0 and then when converted to a struct sockaddr it's family gets set to AF_INET6. Because of this the check for family fails and the code never makes it to the byte comparison which would pass because of no prefixlength.
The text was updated successfully, but these errors were encountered: