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
GuestMemory is a safe trait, so it is permissible for
GuestMemory::get_host_address() to return a garbage pointer that is
obviously unsafe to use. Instead, use GuestMemory::get_slice(), which
returns a VolatileSlice that always points to valid memory.
See rust-vmm/vm-memory#332 for details.
Signed-off-by: Demi Marie Obenour <[email protected]>
0 commit comments