]> git.ipfire.org Git - thirdparty/zstd.git/commit
added unit tests to ZSTD_compressSequencesAndLiterals()
authorYann Collet <cyan@fb.com>
Thu, 12 Dec 2024 00:13:22 +0000 (16:13 -0800)
committerYann Collet <cyan@fb.com>
Tue, 17 Dec 2024 04:44:05 +0000 (20:44 -0800)
commite94e23c67f734dcaf72c672fe47148c8d3b4d570
tree3cdc4e4ea91b7e6b0c88085593daa5ae7652dd32
parentac1e4bef10ca5d1ccb9f6f67f1c97ed03de179ed
added unit tests to ZSTD_compressSequencesAndLiterals()

seems to work as expected,
correctly control that `litSize` and `srcSize` are exactly correct.
doc/zstd_manual.html
lib/compress/zstd_compress.c
lib/zstd.h
tests/fuzzer.c