]> git.ipfire.org Git - thirdparty/zstd.git/commit
[lib] Compress directly into output when ZSTD_c_stableOutBuffer is set
authorNick Terrell <terrelln@fb.com>
Mon, 12 Oct 2020 21:12:23 +0000 (14:12 -0700)
committerNick Terrell <terrelln@fb.com>
Fri, 30 Oct 2020 17:55:34 +0000 (10:55 -0700)
commit6d5dc93d4e34c8420e4fa2779b704ad4ce61df2c
tree7f8ffc87a22b2b74a2ecea3dad6087232c1c6abc
parent987cb4ca6a526923918d40ad65d21e5ef3c724c3
[lib] Compress directly into output when ZSTD_c_stableOutBuffer is set

When we have a stable output buffer always compress directly into the
`ZSTD_outBuffer`. We are allowed to return `dstSizeTooSmall`.
lib/compress/zstd_compress.c