containerd / ttrpc-rust

Rust implementation of ttrpc (GRPC for low-memory environments)
Apache License 2.0
195 stars 45 forks source link

Fix fd leakage in client #70

Closed Tim-Zhang closed 3 years ago

Tim-Zhang commented 3 years ago

Set close-on-exec for recver_fd, close_fd and close recver_fd after close.

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