zig/lib/std/compress/zstandard/decode
dweiller f6de3ec963 zstandard: fix incorrect RLE decompression into ring buffer
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.
2023-11-03 23:03:43 -04:00
..
block.zig zstandard: fix incorrect RLE decompression into ring buffer 2023-11-03 23:03:43 -04:00
fse.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00
huffman.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00