mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
This commit fixes parsing in parseYear4 and parseTimeDigits by using a wider vector data type such that the intermediate result cannot overflow and the error check remains correct.