Re: [PR] [Imaging-369] Fix array bounds exception for TIFF with internal JPEG … [commons-imaging]

2023-11-21 Thread via GitHub
garydgregory merged PR #335: URL: https://github.com/apache/commons-imaging/pull/335 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@

Re: [PR] [Imaging-369] Fix array bounds exception for TIFF with internal JPEG … [commons-imaging]

2023-11-18 Thread via GitHub
gwlucastrig commented on code in PR #335: URL: https://github.com/apache/commons-imaging/pull/335#discussion_r1398239328 ## src/test/java/org/apache/commons/imaging/formats/tiff/TiffJpegTest.java: ## @@ -161,6 +166,11 @@ public void testFullPixelMatch() throws IOException {

Re: [PR] [Imaging-369] Fix array bounds exception for TIFF with internal JPEG … [commons-imaging]

2023-11-17 Thread via GitHub
garydgregory commented on code in PR #335: URL: https://github.com/apache/commons-imaging/pull/335#discussion_r1398044328 ## src/test/java/org/apache/commons/imaging/formats/tiff/TiffJpegTest.java: ## @@ -51,6 +51,11 @@ public class TiffJpegTest extends TiffBaseTest { "

Re: [PR] [Imaging-369] Fix array bounds exception for TIFF with internal JPEG … [commons-imaging]

2023-11-17 Thread via GitHub
garydgregory commented on code in PR #335: URL: https://github.com/apache/commons-imaging/pull/335#discussion_r1398044269 ## src/test/java/org/apache/commons/imaging/formats/tiff/TiffJpegTest.java: ## @@ -161,6 +166,11 @@ public void testFullPixelMatch() throws IOException {

[PR] [Imaging-369] Fix array bounds exception for TIFF with internal JPEG … [commons-imaging]

2023-11-17 Thread via GitHub
gwlucastrig opened a new pull request, #335: URL: https://github.com/apache/commons-imaging/pull/335 This pull request addresses an error introduced by Imaging-194 in which an edge-case could cause an array-bounds exception when reading an odd-sized TIFF file with internal JPEG compression