mirror of
https://github.com/ziglang/zig.git
synced 2025-12-19 20:53:14 +00:00
Each u16 within a file name component can be encoded as up to 3 UTF-8 bytes, so we need to use MAX_NAME_BYTES to account for all possible UTF-8 encoded names. Fixes #8268