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

kill: fix race condition with pidfd_open #661

Merged
merged 1 commit into from
May 7, 2021

Conversation

giuseppe
Copy link
Member

@giuseppe giuseppe commented May 7, 2021

in addition to ENOENT, add check for ESRCH that could be returned by
some code paths in the procfs.

Closes: #660

Signed-off-by: Giuseppe Scrivano [email protected]

in addition to ENOENT, add check for ESRCH that could be returned by
some code paths in the procfs.

Closes: containers#660

Signed-off-by: Giuseppe Scrivano <[email protected]>
@rhatdan
Copy link
Member

rhatdan commented May 7, 2021

LGTM

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.

flake: open state file /proc/3696968/stat: No such process
2 participants