From 1be51b107dd08a9575cb07a0a71d459927a85494 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Tue, 7 Feb 2023 18:20:20 +0100 Subject: libtar: Add an istream_t implementation The tar_istream_t reads the data from a tar file, having been given the header, and synthesizes zero bytes for sparse regions. Signed-off-by: David Oberhollenzer --- lib/tar/test/data/CREDITS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/tar/test/data/CREDITS') diff --git a/lib/tar/test/data/CREDITS b/lib/tar/test/data/CREDITS index 7a2738f..dab8951 100644 --- a/lib/tar/test/data/CREDITS +++ b/lib/tar/test/data/CREDITS @@ -33,3 +33,6 @@ The following addtional files have been added: Contributed in GitHub issue #64. A tar ball that contains a hard link where the 100 byte target field is completely filled without containing a null-terminator. + - istream/sparse.tar + Derived from sparse/gnu.tar and contains some test data for testing the + tar istream implementation. -- cgit v1.2.3