]> git.ipfire.org Git - thirdparty/libarchive.git/commit
7zip: Check skip in setup_decode_folder
authorTobias Stoeckmann <tobias@stoeckmann.org>
Thu, 25 Jun 2026 19:33:58 +0000 (21:33 +0200)
committerTobias Stoeckmann <tobias@stoeckmann.org>
Fri, 26 Jun 2026 17:23:40 +0000 (19:23 +0200)
commite9e9b2ebccafd6d44500a6d71ea0eb4bb9ecd09e
tree24efba9e19af227050d0c8a13bca81609a4e3b45
parent20e12ad01904824d7450efee431a86c551fb9cac
7zip: Check skip in setup_decode_folder

Make sure that all bytes are actually skipped. Normally, the result can
be ignored because the bytes were read previously. Here, more bytes than
previously read will be skipped.

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