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-04-29 07:19:29 +00:00
2026-05-04 08:22:29 +00:00
2026-05-03 08:38:31 +00:00
2025-09-10 18:35:38 +00:00
2026-04-30 15:56:09 +00:00
2026-05-03 08:38:31 +00:00
2025-06-13 19:55:54 +00:00
2026-05-03 08:38:31 +00:00
2026-05-03 08:38:31 +00:00
2025-11-20 21:15:03 +00:00
2026-03-06 12:32:38 +00:00
2026-04-01 01:25:44 +00:00
2025-11-21 09:32:11 +00:00
2026-05-01 20:28:55 +00:00
2026-05-03 08:38:31 +00:00
2026-04-02 23:43:42 +00:00
2025-11-21 09:32:11 +00:00
2026-04-17 07:45:22 +00:00
2026-04-17 12:28:55 +00:00
2026-03-06 21:04:14 +00:00
2026-05-01 20:28:55 +00:00
2025-11-27 17:11:14 +00:00
2026-04-02 23:43:42 +00:00
2026-03-13 21:17:21 +00:00
2026-04-14 14:17:40 +00:00
2026-04-20 09:39:56 +00:00
2026-05-03 08:38:31 +00:00