[Users] [Bug 3322] claws-mail crashes when clicking on malformed PNG attachment

noreply at thewildbeast.co.uk noreply at thewildbeast.co.uk
Fri Nov 7 12:26:04 CET 2014


http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=3322

--- Comment #2 from Michael Schwendt <mschwendt at gmail.com> ---
> gdk_pixbuf_animation_new_from_file: assertion failed: (animation)

    animation = gdk_pixbuf_animation_new_from_file(imgfile, &error);

gdk-pixbuf should not crash upon trying to detect the file contents. The two
args given to gdk_pixbuf_animation_new_from_file() are still valid, especially
the "imgfile" file name ptr, and it crashes later in an assertion:

gdk-pixbuf-animation.c
   247  
   248                  if (success) {
   249                          /* If there was no error, there must be an
anima
tion that was successfully loaded */
   250                          g_assert (animation);
   251                  } else {
   252                          if (animation) {

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Users mailing list