]> 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)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 7 May 2024 12:32:03 +0000 (15:32 +0300)
commitdf8daea2825d1857c82bf96a8772b792475af9fb
tree256cc7d8aba388da951b222d85af9f80868cf993
parentf2aea3d4546152699fa5855bc1ddd6001ded5c64
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.

(cherry picked from commit ef71f83973a20cc28a3221f85681922026ea33f5)
src/xz/file_io.c
src/xz/file_io.h