mirror of
https://github.com/ziglang/zig.git
synced 2026-01-14 11:25:14 +00:00
The code initializes twice `t` instead of `t1`, leaving the latter uninitialized. The problem manifested itself by corrupting the LSBs of the result in unpredictable ways.