]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Limit LZMA memory allocation to 576MiB 2981/head
authorTim Kientzle <kientzle@acm.org>
Sat, 25 Apr 2026 18:39:28 +0000 (14:39 -0400)
committerTim Kientzle <kientzle@acm.org>
Sat, 25 Apr 2026 18:42:58 +0000 (14:42 -0400)
commit28a174f2ca4a3ba2477f3257c67950206443c13c
treefe402bea0e8f3979c726465eccccc6660ea44afa
parentd8f4a26011a2d56aa91aa9dfb885a51d0a8706ba
Limit LZMA memory allocation to 576MiB

Reject Zip entries that declare an LZMA dictionary size
greater than the maximum possible with Level 9 compression.
libarchive/archive_read_support_format_zip.c