File tree 1 file changed +3
-3
lines changed
library/std/src/os/unix/io
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 65
65
//! to be opened and read from or written must be `unsafe`. Rust's safety guarantees
66
66
//! only cover what the program itself can do, and not what entities outside
67
67
//! the program can do to it. `/proc/self/mem` is considered to be such an
68
- //! external entity, along with debugging interfaces, and people with physical access to
69
- //! the hardware. This is true even in cases where the program is controlling
70
- //! the external entity.
68
+ //! external entity, along with `/proc/self/fd/*`, debugging interfaces, and people with physical
69
+ //! access to the hardware. This is true even in cases where the program is controlling the external
70
+ //! entity.
71
71
//!
72
72
//! If you desire to comprehensively prevent programs from reaching out and
73
73
//! causing external entities to reach back in and violate memory safety, it's
You can’t perform that action at this time.
0 commit comments