GNOME Bugzilla – Bug 728992
GtkLockButton crash if clicked and permission is NULL
Last modified: 2014-04-26 02:14:17 UTC
Created attachment 275180 [details] [review] Proposed patch If you click on a GtkLockButton with permission set to NULL it will try to call g_permission_get_allowed() with a NULL pointer and crash. See glib bug #728991
Review of attachment 275180 [details] [review]: sure, ok