zig/lib/std/Io
moriazoso 514b103edb std.Io.Threaded: correctly initialize PosixAddress/WsaAddress from sockaddr (#30722)
Resolves ziglang/zig#30672 - UB caused by `std.Io.Threaded.netLookupFallible` incorrectly initializing `PosixAddress`/`WsaAddress` from `*sockaddr`.

Reviewed-on: https://codeberg.org/ziglang/zig/pulls/30722
Co-authored-by: moriazoso <greysonmurray.dev@gmail.com>
Co-committed-by: moriazoso <greysonmurray.dev@gmail.com>
2026-01-08 06:01:44 +01:00
..
File std.Io.Threaded: add procfs fallback for fileHardLink 2026-01-07 11:03:37 -08:00
net update API usage of std.crypto.random to io.random 2026-01-07 11:03:36 -08:00
Reader Fix Reader.Limited end of stream conditions 2025-10-08 17:24:38 -07:00
Threaded std.Io.Threaded: improve posix process creation 2026-01-04 00:27:09 -08:00
Dir.zig std.Io.Dir: introduce renamePreserve and use it in File.Atomic.link 2026-01-07 11:03:37 -08:00
File.zig std.Io: fix AT_SYMLINK_FOLLOW flags 2026-01-07 11:03:37 -08:00
IoUring.zig std: all File functions moved to std.Io 2025-12-23 22:15:07 -08:00
Kqueue.zig Add std.Io.net.Stream.shutdown 2025-12-29 02:20:37 +01:00
net.zig Add std.Io.net.Stream.shutdown 2025-12-29 02:20:37 +01:00
Reader.zig Merge pull request 'Optimize {write,take}Leb128' (#30012) from NicoElbers/zig:leb-perf into master 2025-12-27 20:43:13 +01:00
Terminal.zig std: integrate Io.Threaded with environment variables 2025-12-23 22:15:12 -08:00
test.zig update API usage of std.crypto.random to io.random 2026-01-07 11:03:36 -08:00
Threaded.zig std.Io.Threaded: correctly initialize PosixAddress/WsaAddress from sockaddr (#30722) 2026-01-08 06:01:44 +01:00
Writer.zig Merge pull request 'Optimize {write,take}Leb128' (#30012) from NicoElbers/zig:leb-perf into master 2025-12-27 20:43:13 +01:00