adamhathcock / sharpcompress

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

Prevent infinite loop when reading corrupted archive #835

Closed Blokyk closed 5 months ago

Blokyk commented 5 months ago

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

adamhathcock commented 5 months ago

thanks!