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