]> git.ipfire.org Git - thirdparty/xz.git/commit
xz: Fix a too relaxed assertion and remove uses of SSIZE_MAX.
authorLasse Collin <lasse.collin@tukaani.org>
Thu, 31 Aug 2023 15:14:43 +0000 (18:14 +0300)
committerJia Tan <jiat0218@gmail.com>
Mon, 30 Oct 2023 17:03:25 +0000 (01:03 +0800)
commitef71f83973a20cc28a3221f85681922026ea33f5
treefd78c9f8f69cdea0d255dde879e76c7becab8d4b
parentcf8ba7c3a89e37736b926dfbe85dffeff725db47
xz: Fix a too relaxed assertion and remove uses of SSIZE_MAX.

SSIZE_MAX isn't readily available on MSVC. Removing it means
that there is one thing less to worry when porting to MSVC.
src/xz/file_io.c
src/xz/file_io.h