aboutsummaryrefslogtreecommitdiff
path: root/lib/std/priority_queue.zig
diff options
context:
space:
mode:
authordweiller <4678790+dweiller@users.noreply.github.com>2023-11-03 17:09:29 +1100
committerAndrew Kelley <andrew@ziglang.org>2023-11-03 23:03:43 -0400
commitf6de3ec963e3a7d96cd4f6c72b0f076f0437c45d (patch)
tree1bd456887034b6ac50355b4958208425fe807f2f /lib/std/priority_queue.zig
parent1ccc68f307d4a2208118a8798d43119d63b53e05 (diff)
downloadzig-f6de3ec963e3a7d96cd4f6c72b0f076f0437c45d.tar.gz
zig-f6de3ec963e3a7d96cd4f6c72b0f076f0437c45d.zip
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.
Diffstat (limited to 'lib/std/priority_queue.zig')
0 files changed, 0 insertions, 0 deletions