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
It is reasonable to assume that we will not have more than u32::MAX
memory slots since kernel only returns i32 from a query syscall.
Enforce this with `.expect` calls and change the type of `max_memslots`
to u32.
Signed-off-by: Egor Lazarchuk <[email protected]>
0 commit comments