Skip to content
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

Fix sendmsg_unix's address encoding. (#885) #886

Merged
merged 1 commit into from Oct 19, 2023
Merged

Conversation

sunfishcode
Copy link
Member

When encoding the address for sendmsg_unix, use the unix field of SocketAddrUnix, since the unix field is the sockaddr_un that the OS will read.

Fixes #884.

When encoding the address for `sendmsg_unix`, use the `unix` field of
`SocketAddrUnix`, since the `unix` field is the `sockaddr_un` that the
OS will read.

Fixes #884.
@sunfishcode sunfishcode merged commit 06dbe83 into 0.37 Oct 19, 2023
43 checks passed
@sunfishcode sunfishcode deleted the 0.37-updates branch October 19, 2023 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant