From 694c84f88f4299319bac49b20bd9baae82ca41b8 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Thu, 1 Apr 2021 20:00:13 +0300 Subject: [PATCH] Fix typo [ci skip] Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com> --- src/libImaging/Jpeg2KDecode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libImaging/Jpeg2KDecode.c b/src/libImaging/Jpeg2KDecode.c index aa4fc58f7a0..f086848e9b7 100644 --- a/src/libImaging/Jpeg2KDecode.c +++ b/src/libImaging/Jpeg2KDecode.c @@ -829,7 +829,7 @@ j2k_decode_entry(Imaging im, ImagingCodecState state) { /* Total component width = sum (component_width) e.g, it's legal for an la file to have a 1 byte width for l, and 4 for - a. and then a malicious file could have a smaller tile_bytes + a, and then a malicious file could have a smaller tile_bytes */ for (n=0; n < tile_info.nb_comps; n++) {