Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ext/posix: posix_kill() process_id range check. #18944

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

devnexen
Copy link
Member

pid_t is, for the most part, represented by a signed int, by overflowing it, we end up being in the -1 case which affect all accessible processes.

@devnexen
Copy link
Member Author

before going into a pid_t handling "killing spree" all over the extension, let me know if this is something wishable.

pid_t is, for the most part, represented by a signed int, by overflowing
it, we end up being in the -1 case which affect all accessible processes.
@devnexen devnexen force-pushed the posix_oflow_nonposix branch from 996cc69 to e9402c6 Compare June 25, 2025 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant