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

When creating sockets, do all work at fd level first #507

Merged
merged 1 commit into from
Jul 17, 2024
Merged

Commits on Jul 17, 2024

  1. When creating sockets, do all work at fd level first

    When errors happen during the socket creation process, we want
    to be able to clean up by closing the socket fd, and not have to
    worry about leaking an incompletely configured fd into some
    Lisp object.
    xrme committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    e9f21ec View commit details
    Browse the repository at this point in the history