]> 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)
committerGitHub <noreply@github.com>
Sat, 15 Mar 2025 18:17:27 +0000 (11:17 -0700)
commit09a2ed4853cd177264076a88c98e525e892a0d0b
tree5dc4c5ccf785551db02048e409ffa170bc3ded1c
parent03e15babd6ea5ad6add33b070bb5ef50f79b052c
FILE* seeking support (#2539)

Adding a seeker function to archive_read_open_FILE().

Fixes #437.
libarchive/archive_read_open_file.c
libarchive/test/test_open_file.c