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
Met an issue that uses checked_offset with len to check if an address
and len is valid in cloud-hypervisor.
It will fail when len is the max size of the range.
This commit adds test code for the last address to test_checked_offset
and test_check_range to test and shows how to handle the last address
clearly.
Signed-off-by: Hui Zhu <[email protected]>
0 commit comments