Steps to reproduce
- Compress an empty file using FastZip.CreateZip.
- Extract the created zip file using FastZip.ExtractZip or any other unzip tool.
or
- Extract the attached SharpZipTest.zip.
- Run SharpZipTest.FastZipTests.TestCompressFile("").
Expected behavior
Successfully get the empty file extracted.
Actual behavior
Got ICSharpCode.SharpZipLib.Zip.ZipException : Wrong local header signature @3
Version of SharpZipLib
1.2.0
Obtained from (only keep the relevant lines)
- Package installed using NuGet
Steps to reproduce
or
Expected behavior
Successfully get the empty file extracted.
Actual behavior
Got ICSharpCode.SharpZipLib.Zip.ZipException : Wrong local header signature @3
Version of SharpZipLib
1.2.0
Obtained from (only keep the relevant lines)