Tim Kientzle

Results 5 issues of Tim Kientzle

This significantly changes how end-of-data markers are parsed. In particular, the spec allows the end-of-data marker to have either 32-bit or 64-bit size values, and there is basically no indication...

This rebuilds the tar reader to parse all header data incrementally as it appears in the stream. This definitively fixes a longstanding issue with unsupported pax attributes. Libarchive must limit...

This just takes the PoC from Issue #2565 and wraps it in a standard test. I've not yet used this to reproduce the issue, much less to diagnose the root...

These two filters failed to correctly set a name during registration, which made them unusable with archive_read_append_filter(). In addition, grzip was never added to archive_read_append_filter() at all. Thanks to @fdegros...