]> git.ipfire.org Git - thirdparty/zstd.git/commit
added parameter litCapacity
authorYann Collet <cyan@fb.com>
Thu, 19 Dec 2024 23:55:11 +0000 (15:55 -0800)
committerYann Collet <cyan@fb.com>
Fri, 20 Dec 2024 18:37:01 +0000 (10:37 -0800)
commitb7a9e69d8dc8b61be9d341a4e7a56350fb1e545e
tree9c45affbc61eab0c846a585e2aa89a4b98350ca9
parent76445bb379fe74b0a8cddcce2658c111a2e8d7b0
added parameter litCapacity

to ZSTD_compressSequencesAndLiterals()
to enforce the litCapacity >= litSize+8 condition.
doc/zstd_manual.html
lib/compress/zstd_compress.c
lib/zstd.h
tests/fullbench.c
tests/fuzzer.c