srikanth-lingala / zip4j

A Java library for zip files and streams
Apache License 2.0
2k stars 307 forks source link

Incorrect operation of the method isValidZipFile() #512

Open barkep opened 10 months ago

barkep commented 10 months ago
ZipFile zipFile = new ZipFile(test.txt)
zipFile.isValidZipFile()

In 2.11.4 it returned "false" In 2.11.5 it returns "true"