SocketAddr of Unix Sockets use sun_len as path's length in BSD-like OSes - #86318
SocketAddr of Unix Sockets use sun_len as path's length in BSD-like OSes#86318zonyitoo wants to merge 1 commit into
Conversation
zonyitoo
commented
Jun 15, 2021
- fixes SocketAddr from UnixDatagram recv_from missing the last character (on OS X) #69061
|
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @yaahc (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
|
Hello @yaahc , please take a look this simple PR. |
|
📌 Commit 6c65a13 has been approved by |
SocketAddr of Unix Sockets use sun_len as path's length in BSD-like OSes - fixes rust-lang#69061
|
@bors r- see the CI failure. |
shit, ty |
|
What.. |
|
Ah... Again, approval required. @yaahc |
|
The job Click to see the possible cause of the failure (guessed by this bot) |
|
Looks like it's still failing @zonyitoo. |
|
I am going to send a PR to cpython instead, because what Rust did right here is completely correct. |