GNOME Bugzilla – Bug 705274
account: Make sure we don't pass NULL pointer to um realm calc login
Last modified: 2014-09-02 03:39:09 UTC
um_realm_object_get_common can return NULL which would attempted to be de-ref by um_realm_calculate_login.
Created attachment 250602 [details] [review] account: Make sure we don't pass NULL pointer to um realm calc login
Created attachment 250604 [details] [review] account: Make sure we check for NULL on um_realm_object_get_common um_realm_object_get_common can return false so shouldn't be passed to subsequent functions that will de-reference it.
Review of attachment 250604 [details] [review]: um-realm-manager comes from g-c-c. File it there as well.