rust-vmm / linux-loader

Linux kernel loader
Apache License 2.0
193 stars 55 forks source link

Update `align_up` function to return an u64 instead of usize #66

Closed andreeaflorescu closed 3 years ago

andreeaflorescu commented 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.

andreeaflorescu commented 3 years ago

Fixed by: https://github.com/rust-vmm/linux-loader/pull/70