mirror of
https://github.com/ziglang/zig.git
synced 2026-01-02 03:25:01 +00:00
The `1 - shift` expression was computed using small unsigned types and then casted to i32, producing either an underflow error or an incorrect result. Reported by `@notviri` in #8733