mirror of
https://github.com/ziglang/zig.git
synced 2026-01-10 01:15:14 +00:00
`HostName.expand` was including the null terminator in the slice passed to `HostName.init`, which caused `HostName.validate` to fail.
`HostName.expand` was including the null terminator in the slice passed to `HostName.init`, which caused `HostName.validate` to fail.