You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pe...@apache.org on 2020/08/15 03:29:03 UTC

[commons-compress] branch master updated (870b54c -> 464ba19)

This is an automated email from the ASF dual-hosted git repository.

peterlee pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git.


    from 870b54c  COMPRESS-544 : minor bug fix
     new 80e5a46  COMPRESS-542: Lazy allocation of SevenZArchiveEntry to prevent OOM on corrupt files
     new 41359f5  COMPRESS-542: Prevent OOM at array creation
     new 464ba19  Merge pull request #120 from theobisproject/COMPRESS-542

The 3009 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../compress/archivers/sevenz/SevenZFile.java      | 109 +++++++++++++--------
 .../compress/archivers/sevenz/SevenZFileTest.java  |  19 ++++
 src/test/resources/COMPRESS-542-1.7z               | Bin 0 -> 102 bytes
 src/test/resources/COMPRESS-542-2.7z               | Bin 0 -> 165 bytes
 .../resources/COMPRESS-542-endheadercorrupted.7z   | Bin 0 -> 233 bytes
 .../resources/COMPRESS-542-endheadercorrupted2.7z  | Bin 0 -> 233 bytes
 6 files changed, 87 insertions(+), 41 deletions(-)
 create mode 100644 src/test/resources/COMPRESS-542-1.7z
 create mode 100644 src/test/resources/COMPRESS-542-2.7z
 create mode 100644 src/test/resources/COMPRESS-542-endheadercorrupted.7z
 create mode 100644 src/test/resources/COMPRESS-542-endheadercorrupted2.7z