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

Remove last null from UDS address #1817

Merged
merged 1 commit into from
Jul 23, 2024
Merged

Commits on Jul 23, 2024

  1. Remove last null from UDS address

    Before passing it to SocketAddr::from_pathname.
    
    This was a problem for Tokio's test suite where
    uds_socket::listen_and_stream failed. We can't reproduce the problem
    with just Mio's type as Mio doesn't allow a UnixStream to bound to a
    local path before connecting it.
    Thomasdezeeuw committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    b054ddc View commit details
    Browse the repository at this point in the history