adamhathcock / sharpcompress

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

Implement Searching Data Descriptor stream issue/pull #680 #727

Closed Erior closed 1 year ago

Erior commented 1 year ago

A solution for the problem described in #680

adamhathcock commented 1 year ago

Can you resolve this? I've been away for personal reasons.

Erior commented 1 year ago

The xz pull introduced a potential span position counting bug, did not add checks for it, but merged and fixed it. The code for dealing with the non compressed streamed zip files still works okay in the tests.