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 5252//! and writes happen outside the control of the Rust compiler, so they do not
5353//! uphold Rust's memory safety guarantees.
5454//!
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
5757//! only cover what the program itself can do, and not what entities outside
5858//! the program can do to it. `/proc/self/mem` is considered to be such an
5959//! external entity, along with debugging interfaces, and people with physical access to
You can’t perform that action at this time.
0 commit comments