crystar icon indicating copy to clipboard operation
crystar copied to clipboard

`Reader#each_entry` includes "pax_global_header"

Open j8r opened this issue 4 years ago • 1 comments

I don't think we want to have pax_global_header considered as a normal file? I propose to ignore it.

j8r avatar Oct 06 '19 19:10 j8r

According to POSIX implementation is supposed to unpack an extended header as an ordinary file if it doesn't support them. Crystar only supports parsing and composing global headers, but does not currently support persisting the global state across files.

naqvis avatar Oct 07 '19 11:10 naqvis