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-io.git
The following commit(s) were added to refs/heads/master by this push: new 6b6e350e [IO-825] Add byte array size validation for methods in EndianUtils #521 6b6e350e is described below commit 6b6e350e1dee834762270a40a8e7490dc45943fe Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Thu Dec 7 10:52:46 2023 -0500 [IO-825] Add byte array size validation for methods in EndianUtils #521 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f13db017..e8bd0731 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -51,6 +51,7 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="fix" due-to="Elliotte Rusty Harold">Fix and reenable testSkip_RequiredCharsets #518.</action> <action dev="ggregory" type="fix" issue="IO-824" due-to="Miguel Munoz, Gary Gregory">SymbolicLineFileFilter documentation fixes.</action> <action dev="ggregory" type="fix" issue="IO-795" due-to="Miguel Munoz, Gary Gregory">CharSequenceInputStream.reset() only works once #520.</action> + <action dev="ggregory" type="fix" issue="IO-825" due-to="Arthur Chan, Gary Gregory">Add byte array size validation for methods in EndianUtils #521.</action> </release> <release version="2.15.1" date="2023-11-24" description="Java 8 is required."> <!-- FIX -->