]> git.ipfire.org Git - thirdparty/libarchive.git/commit
xar: Switch from int to size_t API (#2195)
authorTobias Stoeckmann <stoeckmann@users.noreply.github.com>
Sat, 18 May 2024 04:36:22 +0000 (06:36 +0200)
committerGitHub <noreply@github.com>
Sat, 18 May 2024 04:36:22 +0000 (21:36 -0700)
commitadf7388139098fe526965571bf1e2fe08947c523
tree90c01b299fd26fb979d64778256edb3a29ae6399
parentd33f44ad5ce754d61e4e8e193edc52e50bf2896c
xar: Switch from int to size_t API (#2195)

Most of the functions already use size_t for sizes. Do the same for
xml_data. The libraries expat and libxml2 do not support strings larger
than 2 GB (limit is less than this) but it fixes one last Visual Studio
compiler warning which I missed previously.
libarchive/archive_read_support_format_xar.c