GNOME Bugzilla – Bug 309796
(null) as image text in statusbar text
Last modified: 2005-08-03 20:29:30 UTC
Steps to reproduce: 0) Right-click on moz-icon://stock/gtk-dialog-error?size=button 1) Hover over "Open Image", and observer statubar text Results: Displays (null) as image name. Since this is produced with g_strdup_printf ("%s", ...) this is rather bad, since e.g. solaris printf crashes on null instead of printing "(null)".
Correction: I mean to do this in a page where an image has this URL, for example my forthcoming error pages :)
Fixed in cvs.