Skip to content

fix: add missing CLOEXEC flag#1023

Merged
aboch merged 1 commit intovishvananda:mainfrom
smira:fix/cloexec
Mar 28, 2025
Merged

fix: add missing CLOEXEC flag#1023
aboch merged 1 commit intovishvananda:mainfrom
smira:fix/cloexec

Conversation

@smira
Copy link
Copy Markdown
Contributor

@smira smira commented Oct 1, 2024

Some calls were already using it, some were not, but fix the remaining ones.

Without this flag, the file descriptor would to the child process after fork/exec.

Some calls were already using it, some were not, but fix the remaining
ones.

Without this flag, the file descriptor would to the child process after
fork/exec.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
kolyshkin

This comment was marked as duplicate.

Copy link
Copy Markdown

@kolyshkin kolyshkin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM(nb)

@aboch aboch merged commit cb48698 into vishvananda:main Mar 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants