cloud-hypervisor/vmm
Wei Liu 9b3cab8c72 device_manager: check return value of dup(2)
That function call can return -1 when it fails. Wrapping -1 into File
causes the code to panic when the File is dropped.

Signed-off-by: Wei Liu <liuwe@microsoft.com>
2021-11-17 23:12:11 +00:00
..
src device_manager: check return value of dup(2) 2021-11-17 23:12:11 +00:00
Cargo.toml build: bump serde_json from 1.0.69 to 1.0.70 2021-11-16 00:49:38 +00:00