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 2022/12/04 21:09:45 UTC

[commons-vfs] branch master updated: Fix for GZip input and output stream results in StackOverflowError #322.

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-vfs.git


The following commit(s) were added to refs/heads/master by this push:
     new a15d52ba Fix for GZip input and output stream results in StackOverflowError #322.
a15d52ba is described below

commit a15d52baa2cad66f28552456f39dd45d04d4ff53
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Dec 4 16:09:40 2022 -0500

    Fix for GZip input and output stream results in StackOverflowError #322.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3ad18880..25598df3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -119,6 +119,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="fix" dev="ggregory" due-to="John Patrick">
         JUnit5 assertThrows SftpFileSystemGroupsTests #323.
       </action>
+      <action issue="VFS-825" type="fix" dev="ggregory" due-to="Anthony Goubard">
+        Fix for GZip input and output stream results in StackOverflowError #322.
+      </action>
       <!-- ADD -->
       <action type="add" dev="ggregory" due-to="Seth Falco">
         Add vscode files to gitignore #205.