We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a3e67 commit bec2fecCopy full SHA for bec2fec
rust/kernel/user_ptr.rs
@@ -81,7 +81,7 @@ impl UserSlicePtr {
81
///
82
/// # Safety
83
84
- /// Callers must also be careful to avoid time-of-check-time-of-use
+ /// Callers must be careful to avoid time-of-check-time-of-use
85
/// (TOCTOU) issues. The simplest way is to create a single instance of
86
/// [`UserSlicePtr`] per user memory block as it reads each byte at
87
/// most once.
0 commit comments