cloud-hypervisor/vmm
Bo Chen e9738a4a49 vmm: Replace the use of 'unchecked_add' with 'checked_add'
The 'GuestAddress::unchecked_add' function has undefined behavior when
an overflow occurs. Its alternative 'checked_add' requires use to handle
the overflow explicitly.

Signed-off-by: Bo Chen <chen.bo@intel.com>
2020-10-13 12:09:22 +02:00
..
src vmm: Replace the use of 'unchecked_add' with 'checked_add' 2020-10-13 12:09:22 +02:00
Cargo.toml build(deps): bump libc from 0.2.78 to 0.2.79 2020-10-05 07:02:05 +00:00