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

sys/socket: fix struct sockaddr_storage alignment issue #14595

Merged

Commits on Nov 1, 2024

  1. sys/socket: use __attribute__((packed)) to avoid changes in

    the size of struct sockaddr_storage due to struct alignment
    nuttxs committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    855336b View commit details
    Browse the repository at this point in the history