cloud-hypervisor/pci
Wei Liu 78a30012fb pci: validate index before accessing MSI-X arrays
The index is derived from the access offset, so it is controlled by the
guest. Check it before accessing internal data structures.

Since Rust enforces strict bound check even in release builds, the VMM
process will crash if the guest misbehaves. There is no security issue
since the guest can only DoS itself.

Signed-off-by: Wei Liu <liuwe@microsoft.com>
2024-08-14 08:01:25 +00:00
..
src pci: validate index before accessing MSI-X arrays 2024-08-14 08:01:25 +00:00
Cargo.toml build: Bump libc from 0.2.153 to 0.2.155 2024-08-10 00:43:15 +00:00