You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In these cases, values are intentionally truncated, either to split them
into multiple values or to ensure that user-supplied data does not cause
Firecracker to panic with a try_from/unwrap failure.
Clippy will allow us to use "as" when we use bit masks to limit the size
of an explicitly-sized value (u16, u32, u64). It doesn't work on usize
values or on some more complicated expressions.
I've done this in a separate commit because my dev setup doesn't use
ARM. In case something ARM-specific breaks in CI, I'd like to be able to
keep those changes in their own commits so I can debug more easily.
Signed-off-by: Jonathan Browne <[email protected]>
0 commit comments