Stop reading image data after block terminator.
commitb6d5132dd590d82c7aff43d554e3a87c483abe47
authorMarcel Rodrigues <marcelgmr@gmail.com>
Sat, 1 May 2021 20:27:57 +0000 (1 17:27 -0300)
committerMarcel Rodrigues <marcelgmr@gmail.com>
Sat, 1 May 2021 20:27:57 +0000 (1 17:27 -0300)
tree87f5bb4604e2887a24892acc99405461d5c75bf3
parent54ab6c89c6bbb282971c0b5bfd13349048d84af9
Stop reading image data after block terminator.

GIFs must have a stop code at the end of compressed data.
This change is a workaround for GIFs that violate that rule.
gifdec.c