GNOME Bugzilla – Bug 628671
potential crash in gog_styled_object_document_changed
Last modified: 2010-09-03 08:32:35 UTC
if a GOImage was created using go_image_new_from_pixbuf it may not have a name. In that case gog_styled_object_document_changed will crash at: char *id = g_strdup (go_image_get_name (style->fill.image.image)); /* remove the (nnn) modifier if any */ int i = strlen (id) - 1; since strlen does not like a NULL argument!
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.