-
Notifications
You must be signed in to change notification settings - Fork 13k
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
MemoryMap does not fail the task if munmap
fails
#13966
Comments
Does it really need this, or does it just need an explicit way to destroy the |
If |
Reading the manpage, looks like @thestinger is right. |
when will std::os::MemoryMap be stable? |
@geraldstanje it's likely that this sort of functionality would start out as an external crate on crates.io before migrating into the standard library. |
Don't compute layout if `TargetDataLayout` is not available
os.rs:
Same for Windows. Crypto needs this guarantee to protect sensitive data.
The text was updated successfully, but these errors were encountered: