rust/library/std/src/sys
The 8472 38ded12923 Abort a process when FD ownership is violated
When an EBADF happens then something else already touched an FD in ways it is not allowed to.
At that point things can already be arbitrarily bad, e.g. clobbered mmaps.
Recovery is not possible.
All we can do is hasten the fire.
2024-04-20 23:20:13 +02:00
..
os_str Move OsStr::slice_encoded_bytes validation to platform modules 2024-01-21 19:51:49 +01:00
pal Abort a process when FD ownership is violated 2024-04-20 23:20:13 +02:00
path std: move path into sys 2024-02-08 12:51:35 +01:00
personality Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwco 2024-04-05 22:33:25 +02:00
sync Rollup merge of #123811 - joboet:queue_em_up, r=ChrisDenton 2024-04-16 21:41:25 +02:00
thread_local step cfgs 2024-03-20 08:49:13 -04:00
cmath.rs Make cmath.rs a single file 2024-02-07 12:02:24 -03:00
mod.rs std: move Once implementations to sys 2024-03-12 15:41:06 +01:00