Sebb created COMPRESS-389:
-----------------------------

             Summary: Inconsistent increment of 'loc' in 
ZipFile.BoundedInputStream
                 Key: COMPRESS-389
                 URL: https://issues.apache.org/jira/browse/COMPRESS-389
             Project: Commons Compress
          Issue Type: Bug
            Reporter: Sebb


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.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to