Files
zig/lib/std/debug.zig
FlandreScarlet 87d8cb19e4 std.debug: fix ConfigurableTrace.dump OOB
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.
2022-06-23 15:07:08 +03:00

77 KiB