mirror of
https://github.com/ziglang/zig.git
synced 2026-01-04 04:25:05 +00:00
The wrong `size_class` was used when fetching stack traces from empty buckets. The `size_class` would always be the maximum value after exhausting the search of active buckets rather than the actual `size_class` of the allocation.