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

OpenBSD fix long socket addresses #123779

Merged
merged 1 commit into from
Apr 14, 2024
Merged

Commits on Apr 11, 2024

  1. OpenBSD fix long socket addresses

    Original diff from @notgull in rust-lang#118349, small changes from me.
    
    on OpenBSD, getsockname(2) returns the actual size of the socket address, and 
    not the len of the content. Figure out the length for ourselves.
    see https://marc.info/?l=openbsd-bugs&m=170105481926736&w=2
    
    Fixes rust-lang#116523
    semarie committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    7aaad6b View commit details
    Browse the repository at this point in the history