Comment 2 for bug 438830

Revision history for this message
Neil J. Patel (njpatel) wrote :

If g_get_user_special_dir returned NULL, we would crash in g_str_equal. I've committed a fix that handles this case better, and swapped g_str_equal for g_strcmp0, which won't crash on NULL strings. Will make release soon.