mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
This reverts a change introduced in #17400 causing a bug when decompressing an RLE block into a ring buffer. RLE blocks contain only a single byte of data to copy into the output, so attempting to copy a slice causes buffer overruns and incorrect decompression.