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
The only unsafe call in the read_from and write_to functions
is the as_mut_slice. Handling the bytes is safe, so we don't
need to have it in the unsafe block.
Also updated the unsafe documentation to mention that we
checked the offsets as well.
Signed-off-by: Andreea Florescu <[email protected]>
0 commit comments