]> git.ipfire.org Git - thirdparty/zstd.git/commit
zstdmt : fixed : buffer dst0 wasn't properly set to null after usage
authorYann Collet <cyan@fb.com>
Fri, 29 Sep 2017 06:01:31 +0000 (23:01 -0700)
committerYann Collet <cyan@fb.com>
Fri, 29 Sep 2017 06:01:31 +0000 (23:01 -0700)
commite963800e27ee85354bfba462685fc2cd0c2ac819
tree4e087eeab470813eaa18bc97097ab8863807f5d1
parent754ae5cc0bc47e96bc30163c007295859dc04c29
zstdmt : fixed : buffer dst0 wasn't properly set to null after usage

now it's possible to unconditionnally invoke ZSTD_releaseAllJobRessources()
wether previous compression was completed correctly or not.
lib/compress/zstdmt_compress.c
tests/fuzzer.c