Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass the correct sockaddr len to connect()
According to man 7 unix, the length must include the terminating NUL byte, and the assumption that sun_family and sun_path are the only fields in struct sockaddr_un is not portable.
- Loading branch information