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

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


    from 2887391  COMPRESS-575 harden parser for PAX 1.0 sparse struct blocks
     new f196253  COMPRESS-575 extract and harden sorting of sparse structs
     new ad40318  whitespace changes only
     new 8645883  COMPRESS-575 confine sparse entry to its claimed realSize
     new 30ff58d  COMPRESS-567 overlooked a RuntimeException in 
BoundedArchiveInputStream
     new deabd92  COMPRESS-575 document changes

The 5 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:
 src/changes/changes.xml                            |  4 ++
 .../compress/archivers/tar/TarArchiveEntry.java    | 42 ++++++++++++++
 .../archivers/tar/TarArchiveInputStream.java       | 55 +++++++-----------
 .../archivers/tar/TarArchiveSparseEntry.java       |  4 ++
 .../commons/compress/archivers/tar/TarFile.java    | 67 +++++++++-------------
 .../commons/compress/archivers/tar/TarUtils.java   |  5 +-
 .../compress/archivers/tar/SparseFilesTest.java    | 38 ++++++++++--
 .../archivers/tar/TarArchiveEntryTest.java         | 41 +++++++++++++
 8 files changed, 175 insertions(+), 81 deletions(-)

Reply via email to