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
getsockname doesn't have check of AF_UNIX and AF_INIT. getsockname raises error on line host, port = socket.getpeername() which will work for AF_INET. I believe there should be check for socket.family and cover AF_UNIX case seperately.
getsockname doesn't have check of AF_UNIX and AF_INIT. getsockname raises error on line
host, port = socket.getpeername()which will work for AF_INET. I believe there should be check for socket.family and cover AF_UNIX case seperately.