]> git.ipfire.org Git - thirdparty/zstd.git/commit
zstdmt : move on when not enough memory for a new input buffer
authorYann Collet <cyan@fb.com>
Thu, 28 Sep 2017 18:46:19 +0000 (11:46 -0700)
committerYann Collet <cyan@fb.com>
Thu, 28 Sep 2017 18:46:19 +0000 (11:46 -0700)
commit8074261d00045ca7f677d0750ac5c01d5a13f9f9
treecf610854620a475df9d45a131bc0a4e08260bc57
parent2cd15dd9a426a4dea70c4dac100410efbc81fbc4
zstdmt : move on when not enough memory for a new input buffer

just continue operations without input forward progress,
instead of an error that stops current compression session.
lib/compress/zstd_compress.c
lib/compress/zstdmt_compress.c