You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/02/15 20:12:28 UTC

[commons-compress] branch master updated: pack200: Fix FileBands misusing InputStream#read(byte[]) #360

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 602c2044 pack200: Fix FileBands misusing InputStream#read(byte[]) #360
602c2044 is described below

commit 602c2044f8cd446e5cc57cf2459984e4060cfbba
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Wed Feb 15 15:12:23 2023 -0500

    pack200: Fix FileBands misusing InputStream#read(byte[]) #360
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3a21ffef..fde21b4c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -58,6 +58,7 @@ The <action> type attribute can be add,update,fix,remove.
         Use percent encoding for non ISO_8859_1 characters.
       </action>
       <action type="fix" dev="ggregory" due-to="Jonathan Leitschuh, Gary Gregory">Port some code from IO to NIO APIs.</action>
+      <action type="fix" dev="ggregory" due-to="Una, Gary Gregory, Jochen Wiedmann, quaternary, Bruno P. Kinoshita">pack200: Fix FileBands misusing InputStream#read(byte[]) #360.</action>
       <!-- ADD -->
       <action type="add" issue="COMPRESS-614" dev="ggregory" due-to="Andre Brait, Gary Gregory">Use FileTime for time fields in SevenZipArchiveEntry #256.</action>
       <action type="add" issue="COMPRESS-621" dev="ggregory" due-to="Glavo">Fix calculation the offset of the first ZIP central directory entry #334.</action>