cloud-hypervisor/vmm
Wei Liu 400837ff99 vmm: wrap a new fd in UnixListener in serial manager
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>
2024-05-27 19:24:28 +00:00
..
src vmm: wrap a new fd in UnixListener in serial manager 2024-05-27 19:24:28 +00:00
build.rs build: Add "fuzzing" as a valid cfg(..) attribute 2024-05-08 08:10:28 +00:00
Cargo.toml hypervisor: mshv: Pin mshv crates to release tag v0.2.0 2024-05-23 17:37:49 +00:00