-
Notifications
You must be signed in to change notification settings - Fork 667
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
Shall safety status of unistd::fork
be the same as std's Process::pre_exec
?
#1030
Comments
Yep, we should do the same. |
Closed
Indeed, |
Why is it still not marked unsafe? Is it just missing a pull request that adds |
Yep. |
vi
added a commit
to vi/nix
that referenced
this issue
Sep 10, 2020
Fix tests. No change in documentation. Resolves nix-rust#1030.
vi
added a commit
to vi/nix
that referenced
this issue
Sep 10, 2020
Fix tests. No change in documentation. Resolves nix-rust#1030.
@asomers, Made the pull request. |
bors bot
added a commit
that referenced
this issue
Oct 3, 2020
1293: Mark nix::unistd::fork as unsafe. r=asomers a=vi Fix tests. No change in documentation. Resolves #1030. Don't forget to bump major version number to `0.19`. Co-authored-by: Vitaly _Vi Shukela <[email protected]>
yoav-steinberg
pushed a commit
to yoav-steinberg/nix
that referenced
this issue
Oct 4, 2020
Fix tests. No change in documentation. Resolves nix-rust#1030.
arush-sal
pushed a commit
to arush-sal/greetd
that referenced
this issue
Feb 17, 2021
`fork` is now marked as unsafe (nix-rust/nix#1030)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is going to be made unsafe, but nix's
fork
seems to be still safe.The text was updated successfully, but these errors were encountered: