]> git.ipfire.org Git - thirdparty/zstd.git/commit
added test for ZSTD_initCStream_advanced()
authorYann Collet <cyan@fb.com>
Tue, 18 Apr 2017 22:08:52 +0000 (15:08 -0700)
committerYann Collet <cyan@fb.com>
Tue, 18 Apr 2017 22:08:52 +0000 (15:08 -0700)
commit0bb381dad88105946728d04c3ea45c19204c2636
treee5223d34971e0eb0c8a18e641262384408631786
parenta4cab801835561ef63a8005482b8090f81c14aca
added test for ZSTD_initCStream_advanced()

when params.fParams.contentSizeFlags = 1
and pledgedSrcSize = 0
then srcSize should be considered 0 (empty), and not "unknown"
tests/zstreamtest.c