]> git.ipfire.org Git - thirdparty/xz.git/commit
liblzma: Fix a theoretical integer overflow in lzma_index_cat() master
authorLasse Collin <lasse.collin@tukaani.org>
Sun, 9 Aug 2026 13:11:13 +0000 (16:11 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Sun, 9 Aug 2026 13:11:13 +0000 (16:11 +0300)
commitc8b8ab2ef1eb0a0217ad2027d7f5d242ceb944d3
tree6b20d4a6d8a36d2adb177e0bd675c28f7f96e15c
parent1a4a4df3669453e9c80235baffa13e4dd1358bc8
liblzma: Fix a theoretical integer overflow in lzma_index_cat()

To trigger it, one would need to successfully allocate hundreds of
gigabytes of memory.
src/liblzma/common/index.c