fix: reject closed stdout before host access #122
Loading…
Reference in a new issue
No description provided.
Delete branch "codex/output-descriptor"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The immutable Linux builder check found that a SQL query could return success with stdout closed. Check the POSIX descriptor before network setup for SQL queries and IFS JSON output, so later descriptor reuse cannot stand in for delivery to the caller.
The new offline CLI control requires ClosedStdout before host access. The native check now requires that exact error and, on Linux, WriteFailed from /dev/full. DNS and connection failures cannot satisfy the output assertion. zig build check passes 1,087 tests plus the CLI controls. The exact Linux candidate is checked in the isolated pub400 audit container before release. No terminal wire behavior changes.