Comment 7 for bug 963870

Revision history for this message
jablko (ms419) wrote :

Bug #761463 was apparently fixed upstream by making "dirname" variable static

http://sourceforge.net/tracker/index.php?func=detail&aid=3300978&group_id=18136&atid=118136

I tested the same fix applied to seen-db.c in indicator-messages and confirm that after I rebuilt indicator-messages, this crash ceased

> @@ -26,7 +26,7 @@
>
> GHashTable * seendb = NULL;
> gchar * filename = NULL;
> -gchar * dirname = NULL;
> +static gchar * dirname = NULL;
> guint write_process = 0;
>
> /* Build the hashtable and then see if we have a keyfile that