rust-vsock / vsock-rs

Virtio socket support for Rust
https://crates.io/crates/vsock
Apache License 2.0
27 stars 19 forks source link

Fix fd leak by using accept4 + SOCK_CLOEXEC instead of accept #16

Closed Tim-Zhang closed 3 years ago

Tim-Zhang commented 3 years ago

Fixes: #15

Signed-off-by: Tim Zhang tim@hyper.sh