]> 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>
Fri, 20 Dec 2024 18:36:58 +0000 (10:36 -0800)
commit0b013b26884bb25149eedc6d78a5d8f5dc38739a
tree68a24fe013105b838dadb43ac496e3c883e3ab3a
parent14a21e43b31042b8cd67d4a757920735a8d33d94
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