You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Cyrille Artho (JIRA)" <ji...@apache.org> on 2014/04/11 07:04:26 UTC

[jira] [Updated] (COMPRESS-276) NullPointerException in ZipArchiveOutputStream with invalid entries

     [ https://issues.apache.org/jira/browse/COMPRESS-276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Cyrille Artho updated COMPRESS-276:
-----------------------------------

    Attachment: Report1.java

> NullPointerException in ZipArchiveOutputStream with invalid entries
> -------------------------------------------------------------------
>
>                 Key: COMPRESS-276
>                 URL: https://issues.apache.org/jira/browse/COMPRESS-276
>             Project: Commons Compress
>          Issue Type: Bug
>          Components: Archivers
>    Affects Versions: 1.8
>         Environment: Mac OS 10.9, Java 6, 7
>            Reporter: Cyrille Artho
>         Attachments: Report1.java
>
>
> Writing raw data seems to cause problems in multiple ways, because an internal field is not set. Is this a wrong API usage?
>     java.io.ByteArrayOutputStream var0 = new java.io.ByteArrayOutputStream();
>     org.apache.commons.compress.archivers.jar.JarArchiveOutputStream var1 = new org.apache.commons.compress.archivers.jar.JarArchiveOutputStream((java.io.OutputStream)var0);
>     var1.write(25843);
> Other tests (see attachment) are very similar and cause the same problem. They can probably be ignored because the first test is the shortest one.



--
This message was sent by Atlassian JIRA
(v6.2#6252)