mirror of
https://github.com/ziglang/zig.git
synced 2026-01-30 19:23:37 +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.