The Wayback Machine - https://web.archive.org/web/20220422160118/https://github.com/libuv/libuv/pull/3539
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

process: better validation for process->pid usage #3539

Open
wants to merge 1 commit into
base: v1.x
Choose a base branch
from

Conversation

Copy link
Member

@vtjnash vtjnash commented Mar 10, 2022

Previously, we might close a uv_process_t before doing waitpid on the
zombie, leaving it forever undead. Track the state of the child, so that
the user can avoid this.

CI+node: https://ci.nodejs.org/view/libuv/job/libuv-in-node/210/

Previously, we might close a uv_process_t before doing waitpid on the
zombie, leaving it forever undead. Track the state of the child, so that
the user can avoid this.
@vtjnash
Copy link
Member Author

@vtjnash vtjnash commented Mar 10, 2022

Fixes #1911

@stale
Copy link

@stale stale bot commented Apr 16, 2022

This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.

@stale stale bot added the stale label Apr 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant