mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 13:11:31 +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. Co-authored-by: Alex Zenla <alex@edera.dev>