mirror of
https://github.com/ziglang/zig.git
synced 2025-12-15 10:43:08 +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.