You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gustavo Orair (JIRA)" <ji...@apache.org> on 2011/06/03 18:26:48 UTC

[jira] [Created] (COMPRESS-131) ArrayOutOfBounds while decompressing bz2

ArrayOutOfBounds while decompressing bz2
----------------------------------------

                 Key: COMPRESS-131
                 URL: https://issues.apache.org/jira/browse/COMPRESS-131
             Project: Commons Compress
          Issue Type: Bug
          Components: Compressors
    Affects Versions: 1.1
         Environment: Ubuntu linux
            Reporter: Gustavo Orair
            Priority: Minor


Decompressing a bz2 file generated by bzip2 utility throws an ArrayIndexOutOfBounds at method recvDecodingTables() line 469.
I believe it is related to encodings used to generate the original text file (the compressed file).


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (COMPRESS-131) ArrayOutOfBounds while decompressing bz2

Posted by "Sebb (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COMPRESS-131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb resolved COMPRESS-131.
---------------------------

       Resolution: Fixed
    Fix Version/s: 1.4

Did not actually fail, so presumably was fixed in an earlier version of Compress.

Added test case.
                
> ArrayOutOfBounds while decompressing bz2
> ----------------------------------------
>
>                 Key: COMPRESS-131
>                 URL: https://issues.apache.org/jira/browse/COMPRESS-131
>             Project: Commons Compress
>          Issue Type: Bug
>          Components: Compressors
>    Affects Versions: 1.1
>         Environment: Ubuntu linux
>            Reporter: Gustavo Orair
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: BDIN.Teste.xml.bz2
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> Decompressing a bz2 file generated by bzip2 utility throws an ArrayIndexOutOfBounds at method recvDecodingTables() line 469.
> I believe it is related to encodings used to generate the original text file (the compressed file).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (COMPRESS-131) ArrayOutOfBounds while decompressing bz2

Posted by "Gustavo Orair (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COMPRESS-131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gustavo Orair updated COMPRESS-131:
-----------------------------------

    Attachment: BDIN.Teste.xml.bz2

The bz2 file that can be extracted okay using bzip2 utility (Ubuntu) but results in an ArrayOutOfBoundException when decompressing using Apache Commons Compress.

> ArrayOutOfBounds while decompressing bz2
> ----------------------------------------
>
>                 Key: COMPRESS-131
>                 URL: https://issues.apache.org/jira/browse/COMPRESS-131
>             Project: Commons Compress
>          Issue Type: Bug
>          Components: Compressors
>    Affects Versions: 1.1
>         Environment: Ubuntu linux
>            Reporter: Gustavo Orair
>            Priority: Minor
>         Attachments: BDIN.Teste.xml.bz2
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> Decompressing a bz2 file generated by bzip2 utility throws an ArrayIndexOutOfBounds at method recvDecodingTables() line 469.
> I believe it is related to encodings used to generate the original text file (the compressed file).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira