]> git.ipfire.org Git - thirdparty/libarchive.git/commit
lzop: Prevent integer overflow (#2174)
authorTobias Stoeckmann <stoeckmann@users.noreply.github.com>
Thu, 9 May 2024 23:49:07 +0000 (01:49 +0200)
committerGitHub <noreply@github.com>
Thu, 9 May 2024 23:49:07 +0000 (01:49 +0200)
commit8bc1a3e66e3994ef1c70d236d6524c42b46f0f72
tree9a0d476fccdce1fb02e5503bcd7fae58921d0852
parentdd8f50c3174b4374938b92ef18faf8400214f756
lzop: Prevent integer overflow (#2174)

Cast to int64_t to cover all unsigned 32 bit values without running into
issues with C standard.
libarchive/archive_read_support_filter_lzop.c