This commit is contained in:
Hugo van Kemenade 2020-03-31 11:09:32 +03:00 committed by Hugo
parent 6e86d235c8
commit c5e9de15b1

View File

@ -721,7 +721,7 @@ j2k_decode_entry(Imaging im, ImagingCodecState state)
} }
/* Sometimes the tile_info.datasize we get back from openjpeg /* Sometimes the tile_info.datasize we get back from openjpeg
is is less than numcomps*w*h, and we overflow in the is less than numcomps*w*h, and we overflow in the
shuffle stage */ shuffle stage */
tile_width = tile_info.x1 - tile_info.x0; tile_width = tile_info.x1 - tile_info.x0;