mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-23 00:50:57 -04:00
7d7752ed41
Previously, the `readSliceShort` call would call `readVec` twice, as there was still space left in the buffer after the first `readVec` call from `Allocating.Writer` overallocating, even if we know the exact size of the file.