Skip to content

try_clone does not set CLOEXEC #46

@purplesyringa

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.

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