]> git.ipfire.org Git - pakfire.git/commit
archive: Streamline opening and reading from the archive
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 21 Oct 2024 17:31:51 +0000 (17:31 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 21 Oct 2024 17:31:51 +0000 (17:31 +0000)
commite4ada6dee5e2636c570623f6654187c9689b3fe6
treeba4f211090ec9d34c21a284bbe39140bba4a8e6a
parentf777496e6e4055ede351434c38499af15c4df1a0
archive: Streamline opening and reading from the archive

We will now always create a copy of the file descriptor so that we can
independently run mutliple operations on the same archive without
breaking anything.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/archive.c