mirror of
https://github.com/ziglang/zig.git
synced 2026-02-04 05:33:39 +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.