-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
net: dummy byte in WriteMsgUnix breaks unixgram protocols #6476
Labels
Milestone
Comments
Or one might argue that the standard library has no business ever adding a dummy byte. One might consider panicking if anyone does WriteMsgUnix(nil, oob), but maybe it works if one does: WriteMsgUnix(data, nil) WriteMsgUnix(nil, oob) WriteMsgUnix(data, nil) on a stream socket. Need to check that. |
CL https://golang.org/cl/45872 mentions this issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: