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/02/14 15:56:09 UTC

[commons-compress] 01/03: Fix thread safety issues when encoding 7z password #248.

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

commit aa5177cb714e46a3ed33805d940f93cad09b0fbc
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Feb 14 10:48:52 2022 -0500

    Fix thread safety issues when encoding 7z password #248.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index db11a56..e228838 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -73,6 +73,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="fix" dev="ggregory" due-to="Arturo Bernal">
         Replace manual copy of array contents with System.arraycopy() #246.
       </action>
+      <action type="fix" dev="ggregory" due-to="Glavo, Bruno P. Kinoshita, PeterAlfredLee, Gary Gregory">
+        Fix thread safety issues when encoding 7z password #248.
+      </action>
       <!-- ADD -->
       <action issue="COMPRESS-602" type="add" dev="ggregory" due-to="Postelnicu George, Gary Gregory">
         Migrate zip package to use NIO #236.