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

Commits on Oct 19, 2023

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

    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 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    8f457b1 View commit details
    Browse the repository at this point in the history