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
feat: replace shared_mem_mut() with bounds-checked guest_memory_ptr()
Replace the public shared_mem_mut() API (which exposed the full
shared memory region) with a narrower guest_memory_ptr() method that
takes an offset and length, bounds-checks against the allocated region,
and returns the corresponding host pointer.
Signed-off-by: danbugs <danilochiarlone@gmail.com>
0 commit comments