mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-11-09 21:30:07 +00:00
400837ff99
The original code gave an owned fd to UnixListener. That made the same fd wrapped into two owned files. When the files were dropped, the same fd would be closed more than once. A newly introduced check in Rust's stdlib caught that error. A newly cloned fd should be given to UnixListener. Fixes: #6485 Signed-off-by: Wei Liu <liuwe@microsoft.com> |
||
---|---|---|
.. | ||
api | ||
igvm | ||
acpi.rs | ||
clone3.rs | ||
config.rs | ||
coredump.rs | ||
cpu.rs | ||
device_manager.rs | ||
device_tree.rs | ||
gdb.rs | ||
interrupt.rs | ||
lib.rs | ||
memory_manager.rs | ||
migration.rs | ||
pci_segment.rs | ||
seccomp_filters.rs | ||
serial_manager.rs | ||
sigwinch_listener.rs | ||
vm_config.rs | ||
vm.rs |