adamhathcock / sharpcompress

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

Prevent infinite loop when reading corrupted archive #835

Closed Blokyk closed 7 months ago

Blokyk commented 7 months ago

Fixing another infinite loop when reading corrupted tar archives. Tries to fix #736

adamhathcock commented 7 months ago

thanks!