]> git.ipfire.org Git - thirdparty/zstd.git/commit
Use correct types in LZMA comp/decomp (#3497)
authorAlex Xu <351006+Hello71@users.noreply.github.com>
Tue, 14 Feb 2023 00:30:56 +0000 (00:30 +0000)
committerGitHub <noreply@github.com>
Tue, 14 Feb 2023 00:30:56 +0000 (16:30 -0800)
commit886de7bc0404f856e6d05b6550d13424d8ad4fe9
treec4ba5a8f0b6510a16c03870c5977486ea872df87
parent30cb0a4f2586e9504d0b5544cec7c46dcb09ec49
Use correct types in LZMA comp/decomp (#3497)

Bytef and uInt are zlib types, not available when zlib is disabled

Fixes: 1598e6c634ac ("Async write for decompression")
Fixes: cc0657f27d81 ("AsyncIO compression part 2 - added async read and asyncio to compression code (#3022)")
programs/fileio.c