GNOME Bugzilla – Bug 634435
crasher .ppt
Last modified: 2010-11-10 17:47:16 UTC
Created attachment 174141 [details] direct fix I have a .ppt here from https://bugzilla.redhat.com/show_bug.cgi?id=650874 which I don't have permission (yet) to share. In gsf_blob_new it triggers the g_return_val_if_fail size > 0 so early returns without setting a error, so case VT_CF in gsf/gsf-msole-utils.c crashes trying to print the error->message. Attached is quick fix to not crash
Created attachment 174144 [details] [review] sigh, fix typo
Thanks. Committed. Reopen if file becomes available unless the file is known to be corrupt (in which we what we do is right).