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