]> git.ipfire.org Git - thirdparty/libarchive.git/commit
FILE* seeking support (#2539)
authorljdarj <ljd@luigiscorner.mu>
Sat, 15 Mar 2025 18:17:27 +0000 (19:17 +0100)
committerMartin Matuska <martin@matuska.de>
Thu, 20 Mar 2025 08:30:14 +0000 (09:30 +0100)
commit52a2cfb81f93b07ce0b5fc3520ba1ce6285e009f
treefe9e0ef2569a6bc2bc850a8f803236d12a6fd57d
parent8ce2aca6c7d6f004f860c6619cb6cc98d51ac69a
FILE* seeking support (#2539)

Adding a seeker function to archive_read_open_FILE().

Fixes #437.

(cherry picked from commit 09a2ed4853cd177264076a88c98e525e892a0d0b)
libarchive/archive_read_open_file.c
libarchive/test/test_open_file.c