zig/lib/std/compress/zstandard
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
..
decode zstandard: fix incorrect RLE decompression into ring buffer 2023-11-03 23:03:43 -04:00
decompress.zig std.builtin.Endian: make the tags lower case 2023-10-31 21:37:35 -04:00
readers.zig std.builtin.Endian: make the tags lower case 2023-10-31 21:37:35 -04:00
types.zig std.compress.zstandard: cleanup high-level api docs and error sets 2023-02-20 09:09:06 +11:00