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

Fix potential dirfd leak. #210

Merged
merged 1 commit into from
Nov 20, 2021
Merged

Conversation

cpuguy83
Copy link
Member

Make sure we don't accidentally leak this dir fd by using O_CLOEXEC.

Make sure we don't accidentally leak this dir fd by using O_CLOEXEC.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
Copy link
Member

@fuweid fuweid left a comment

Choose a reason for hiding this comment

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

lgtm

@crosbymichael crosbymichael merged commit 2b95ef0 into containerd:main Nov 20, 2021
@cpuguy83 cpuguy83 deleted the open_cloexec branch November 20, 2021 16:28
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.

None yet

4 participants