mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 02:27:39 +03:00
address nits
This commit is contained in:
@@ -855,6 +855,7 @@ pub fn check_bytes(
|
||||
return Ok(());
|
||||
}
|
||||
let ptr = ptr.to_ptr()?;
|
||||
// Check bounds, align and relocations on the edges
|
||||
self.get_bytes_with_undef_and_ptr(ptr, size, align)?;
|
||||
// Check undef, and maybe ptr
|
||||
self.check_defined(ptr, size)?;
|
||||
|
||||
@@ -511,7 +511,7 @@ pub fn validate_operand(
|
||||
// This is the size in bytes of the whole array.
|
||||
let size = Size::from_bytes(ty_size * len);
|
||||
|
||||
// In run-time mode, we accept points in here. This is actually more
|
||||
// In run-time mode, we accept pointers in here. This is actually more
|
||||
// permissive than a per-element check would be, e.g. we accept
|
||||
// an &[u8] that contains a pointer even though bytewise checking would
|
||||
// reject it. However, that's good: We don't inherently want
|
||||
|
||||
Reference in New Issue
Block a user