Files
zig/src
Jacob Young b5174455f8 Io.Threaded: fix UAF-induced crashes during asynchronous operations
When `NtReadFile` returns `SUCCESS`, the APC routine still runs when
next alertable, which was previously clobbering an out of scope `done`.
Instead of adding an extra syscall to the success path, avoid all APC
side effects, allowing instant completions to return immediately.
2026-01-30 12:10:01 -08:00
..
2026-01-11 14:37:27 +00:00
2025-11-04 06:04:30 -05:00
2025-10-29 14:25:51 +01:00
2026-01-29 18:40:55 -08:00
2025-08-29 17:14:26 -07:00