GNOME Bugzilla – Bug 728991
GPermission public API type check is missing
Last modified: 2014-04-26 01:02:22 UTC
Created attachment 275179 [details] [review] Adds type check to GPermission public API Take this function as an example gboolean g_permission_get_allowed (GPermission *permission) { return permission->priv->allowed; } Since it does not have any type check function it will crash when trying to access permission if its NULL.
Review of attachment 275179 [details] [review]: looks fine
pushed to master and glib-2-40 branch