mirror of
https://github.com/ziglang/zig.git
synced 2026-01-03 12:03:19 +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.