Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix UnixSocketAddr::new_unspecified() being kinda short on BSDs
Some OSes, including macOS, have a non-standard length field right after sun_family. Not including space for it in UnixSocketAddr.length breaks from_raw() and always including it is probably a good idea.
- Loading branch information