]> git.ipfire.org Git - thirdparty/libarchive.git/commit
7zip: Extend support for filtered input 3099/head
authorTobias Stoeckmann <tobias@stoeckmann.org>
Sun, 31 May 2026 13:40:23 +0000 (15:40 +0200)
committerTobias Stoeckmann <tobias@stoeckmann.org>
Sun, 31 May 2026 13:40:23 +0000 (15:40 +0200)
commitdc6f400bb7b0992c0015ebc40a6545cbc663dc1f
tree57494dc2525a6df574e3db0935a0fb371f011889
parent6a8af66e641f2c9c4ae5daa3ec31427b57b4e1aa
7zip: Extend support for filtered input

The 7-ZIP archives written by libarchive can be streamed. Support such
archives by using a fallback if seek is not supported: As long as the
target position is somewhere ahead in stream, consume bytes until the
position is reached.

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