Parse a bounded gzip-compressed POSIX/PAX TAR archive.
Expansion is streamed into bounded chunks, then checked against the gzip
trailer before a single TAR buffer is allocated. The returned regular-file
data are views into that bounded buffer, so callers should finish consuming
the entries before discarding the parse result.
Parse a bounded gzip-compressed POSIX/PAX TAR archive.
Expansion is streamed into bounded chunks, then checked against the gzip trailer before a single TAR buffer is allocated. The returned regular-file data are views into that bounded buffer, so callers should finish consuming the entries before discarding the parse result.