mirror of
https://github.com/ziglang/zig.git
synced 2025-12-07 23:03:08 +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.