Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
ZipFile.BoundedInputStream.read() always increments loc, even if no bytes are read.
However ZipFile.BoundedInputStream.read(byte[] b, int off, int len) only increments the field if some bytes were read.
This looks wrong.