Describe the bug
We had a bug which made files with lots of trailing zeros, our old zip library had no issue with them but SharpZipLib does. We have since fixed the bug but were wondering if it's possible to read these files with trailing zeros?
Reproduction Code
https://dotnetfiddle.net/iCF2A4
Steps to reproduce
See repro code
Expected behavior
I expected to be able to read the file
Operating System
No response
Framework Version
.NET Framework 4.x
Tags
ZIP
Additional context
No response