This is an automated email from the ASF dual-hosted git repository. kinow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-imaging.git
The following commit(s) were added to refs/heads/master by this push: new a990da73 [IMAGING-332]: Add changelog after the release so users can find about it later a990da73 is described below commit a990da737ab9e24be30b9927e34a89917209b8ad Author: Bruno P. Kinoshita <ki...@users.noreply.github.com> AuthorDate: Sat Apr 6 11:20:21 2024 +0200 [IMAGING-332]: Add changelog after the release so users can find about it later --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d4c3ab0f..b9a1ccf9 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -95,6 +95,9 @@ The <action> type attribute can be add,update,fix,remove. <action issue="IMAGING-373" dev="ggregory" type="fix" due-to="Milan Nikl"> Fail faster on invalid ICO file. </action> + <action issue="IMAGING-332" dev="ggregory" type="fix"> + OutOfMemory with invalid PNG input file, fixed with Allocator#check. + </action> <!-- ADD --> <action issue="IMAGING-352" dev="ggregory" type="add" due-to="Jeroen van der Vegt, Gary Gregory"> [PngWriter] Allow custom PaletteFactory #294.