File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
library/std/src/os/unix/io Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 52
52
//! and writes happen outside the control of the Rust compiler, so they do not
53
53
//! uphold Rust's memory safety guarantees.
54
54
//!
55
- //! Does this mean that all APIs that might allow `/proc/self/mem` to be opened
56
- //! and read from or written to must be `unsafe`? No . Rust's safety guarantees
55
+ //! However, this does not mean that all APIs that might allow `/proc/self/mem`
56
+ //! to be opened and read from or written must be `unsafe`. Rust's safety guarantees
57
57
//! only cover what the program itself can do, and not what entities outside
58
58
//! the program can do to it. `/proc/self/mem` is considered to be such an
59
59
//! external entity, along with debugging interfaces, and people with physical access to
You can’t perform that action at this time.
0 commit comments