Fix animated gif segfault and frame clearing bug.
authorChong Yidong <cyd@stupidchicken.com>
Mon, 22 Aug 2011 02:34:23 +0000 (22:34 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 22 Aug 2011 02:34:23 +0000 (22:34 -0400)
commite013fb340c50dd99676ccc4552fd6aae2e319aa8
treedc391443df091476c5607e196b0a1658175a3525
parent138c0212ac4bc4708210ba4b3e0a4fad00a4dc5f
Fix animated gif segfault and frame clearing bug.

* src/image.c (gif_load): Don't assume that each subimage has the same
dimensions as the base image.  Handle disposal method that is
"undefined" by the gif spec.

Fixes: debbugs:9335
src/ChangeLog
src/image.c