]> git.ipfire.org Git - thirdparty/libarchive.git/commit
7zip: Increase minimum ELF header length
authorTobias Stoeckmann <tobias@stoeckmann.org>
Thu, 5 Jun 2025 19:36:23 +0000 (21:36 +0200)
committerTobias Stoeckmann <tobias@stoeckmann.org>
Thu, 5 Jun 2025 19:36:23 +0000 (21:36 +0200)
commit75ef803092e64587449743cacf2ae6e22a515f70
treeb32b9c93f553e9b1345dbce4242f4bf8c10c9314
parent0931c12b7eb43bedefec4cde89e1e7e0b3d25477
7zip: Increase minimum ELF header length

The 64 bit format requires at least 63 bytes, so increase this limit.
Such small binaries most likely don't contain 7zip data anyway.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
libarchive/archive_read_support_format_7zip.c