]> git.ipfire.org Git - thirdparty/libarchive.git/commit
xar: End with entry offset, not archive offset
authorTobias Stoeckmann <tobias@stoeckmann.org>
Tue, 3 Jun 2025 19:57:05 +0000 (21:57 +0200)
committerTobias Stoeckmann <tobias@stoeckmann.org>
Tue, 3 Jun 2025 19:57:05 +0000 (21:57 +0200)
commitfa85c7eaae4309febdd6095898d78b24d1c93cf2
tree2187aadad098c5233049befc4367c88abd589fe7
parenta8f93f2480a2a0511485e5a24cb975a0d205fec6
xar: End with entry offset, not archive offset

If xar_read_data has no further data, set offset to end of entry,
not to total size of parsed archive so far.

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