Skip to content

Commit

Permalink
Fix typo [ci skip]
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
  • Loading branch information
hugovk and radarhere authored Apr 1, 2021
1 parent 8febdad commit 694c84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libImaging/Jpeg2KDecode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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++) {
Expand Down

0 comments on commit 694c84f

Please sign in to comment.