mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-05 06:01:32 +00:00
This change addresses a race condition where the read-copy of a raw FD is closed while the write-copy is still in use. Now the read-copy is not closed, by utilizing mem::forget.