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


The following commit(s) were added to refs/heads/master by this push:
     new 459a54a7 [IMAGING-369] TIFF JPEG reader encounters array bounds 
exception on edge cases
459a54a7 is described below

commit 459a54a7b2d7c8a53d2c263ab0d2b48398deded0
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Nov 21 08:31:07 2023 -0500

    [IMAGING-369] TIFF JPEG reader encounters array bounds exception on edge
    cases
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5887aef6..3f029767 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -85,6 +85,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="IMAGING-316" dev="ggregory" type="add" due-to="Gary 
Lucas, Gary Gregory">
         Add support for BigTIFF format #318.
       </action>
+      <action issue="IMAGING-369" dev="ggregory" type="add" due-to="Gary 
Lucas, Gary Gregory">
+        TIFF JPEG reader encounters array bounds exception on edge cases.
+      </action>
       <action issue="IMAGING-339" dev="kinow" type="add" due-to="Glavo">
         Basic WebP Support #254.
       </action>

Reply via email to