Skip to content

try_clone does not set CLOEXEC #46

Description

@purplesyringa

try_clone calls dup(2), which does not set the CLOEXEC flag. fcntl(2) with command F_DUPFD_CLOEXEC should be used instead.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions