krata/crates/xen
Khionu Sybiern 53059e8cca
fix(xenbus): avoid fd close race by forgetting copy of handle (#314)
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>
2024-08-07 23:55:04 +00:00
..
xencall Power management core functionality (#217) 2024-06-29 15:43:08 -07:00
xenclient chore: release (#303) 2024-08-06 01:57:25 +00:00
xenevtchn chore(xen): split platform support into separate crate (#195) 2024-06-21 08:10:45 +00:00
xengnt chore(xen): split platform support into separate crate (#195) 2024-06-21 08:10:45 +00:00
xenplatform chore: release (#303) 2024-08-06 01:57:25 +00:00
xenstore fix(xenbus): avoid fd close race by forgetting copy of handle (#314) 2024-08-07 23:55:04 +00:00