Files
cloud-hypervisor/vmm/src
Julian Schindel 9a0fb1b06a vmm: fix UB in load_igvm(...)
With the `mshv` feature enabled, the immutable `data` `Vec` is mutated
via a pointer. This violates Rust aliasing rules. Fixed by cloning the
`Vec` to a mutable instance when the `mshv` feature is active.

Signed-off-by: Julian Schindel <mail@arctic-alpaca.de>
2026-05-04 08:22:29 +00:00
..
2026-05-04 08:22:29 +00:00
2026-04-02 23:43:42 +00:00
2026-03-13 21:17:21 +00:00