mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
Previously `executeSequenceRingBuffer()` would not verify the offset against the number of bytes already decoded, so it would happily copy garbage bytes rather than return an error before the window was filled. To fix this a new `written_count` is added to the decode state that tracks the total number of bytes decoded. |
||
|---|---|---|
| .. | ||
| deflate | ||
| lzma | ||
| lzma2 | ||
| testdata | ||
| xz | ||
| zstandard | ||
| deflate.zig | ||
| gzip.zig | ||
| lzma.zig | ||
| lzma2.zig | ||
| xz.zig | ||
| zlib.zig | ||
| zstandard.zig | ||