adamhathcock / sharpcompress

SharpCompress is a fully managed C# library to deal with many compression types and formats.
MIT License
2.22k stars 476 forks source link

Handle tar files generated with tar -H oldgnu that has large uid/gid values #785

Closed Erior closed 6 months ago

Erior commented 7 months ago

The tar file in #782 seems to be generated in oldgnu format, and sharpcompress failed to extract gid in the provided test, I have generated a general test with large value for both uid and gid using the normal setup of files.

adamhathcock commented 6 months ago

thanks!