mirror of
https://github.com/ziglang/zig.git
synced 2026-01-30 11:13:38 +00:00
The for-loop in dump() would index out of bounds if `t.index` is greater than size, because `end` is the maximum of `t.index` and `size` rather than the minimum.