Closed andreeaflorescu closed 3 years ago
Update align_up function to return an u64 instead of usize. We also need to check all the usages of align_up and validate that they are lossless.
align_up
Fixed by: https://github.com/rust-vmm/linux-loader/pull/70
Update
align_up
function to return an u64 instead of usize. We also need to check all the usages ofalign_up
and validate that they are lossless.