spiwn commented on issue #33: Reset the correct stream in IndexDataReader
URL: https://github.com/apache/maven-indexer/pull/33#issuecomment-484513016
 
 
   Reproducing it (in a test) should be as simple as:
   ```Java
   new IndexDataReader(new ByteArrayInputStream(
           new byte[] {0})); // any byte array not starting with [0x1f, 0x8b]
   ```
   I could look into adding some tests in a few days.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to