hg: jdk9/client/jdk: 8154075: [TIFF] AIOOB Exception from TIFFLZWDecompressor

brian.burkhalter at oracle.com brian.burkhalter at oracle.com
Fri Sep 2 18:31:42 UTC 2016


Changeset: 061d7d71f0ff
Author:    bpb
Date:      2016-09-02 11:29 -0700
URL:       http://hg.openjdk.java.net/jdk9/client/jdk/rev/061d7d71f0ff

8154075: [TIFF] AIOOB Exception from TIFFLZWDecompressor
Summary: For banded images make sure the step in the horizontal differencing predictor calculations for Deflate and LZW compression is unity (1) instead of the number of samples per pixel.
Reviewed-by: prr

! src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/TIFFDeflateDecompressor.java
! src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/TIFFLZWDecompressor.java



More information about the jdk9-all-changes mailing list