You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2017/04/23 16:46:04 UTC

[jira] [Created] (COMPRESS-389) Inconsistent increment of 'loc' in ZipFile.BoundedInputStream

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)