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
memory-model: do not assume memory address is continuous
GuestMemory::address_in_range() and GuestMemory::checked_offset() assumes
memory address is continuous. It's a dangerous assumption because there
is a black hole just below 4G when guest memory is about 4G or more.
Then it may cause invalid memory access in VirtIO subsystem.
Signed-off-by: Liu Jiang <[email protected]>
0 commit comments