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