]> git.ipfire.org Git - thirdparty/zstd.git/commit
fix ZSTD_TARGETCBLOCKSIZE_MIN test 3977/head
authorYann Collet <cyan@fb.com>
Mon, 18 Mar 2024 21:10:08 +0000 (14:10 -0700)
committerYann Collet <cyan@fb.com>
Mon, 18 Mar 2024 21:10:08 +0000 (14:10 -0700)
commit6f1215b874dbf74b50dcb64915e91e11ba198008
tree1772a65e2594e8d1aa4253c78e934cecf5493aed
parentc5da438dc0ca81ce697a73a02b060e3ba7550bab
fix ZSTD_TARGETCBLOCKSIZE_MIN test

when requested CBlockSize is too low,
bound it to the minimum
instead of returning an error.
lib/compress/zstd_compress.c