GNOME Bugzilla – Bug 727964
g_io_extension_point_get_extension_by_name: Warn, but don't crash, for NULL inputs
Last modified: 2014-04-10 13:56:21 UTC
We don't want to special case NULL as a valid input, but that does not mean we have to crash. We can just warn instead. g_io_extension_point_implement does the same.
Created attachment 273987 [details] [review] giomodule: Add a NULL guard to extension_point_get_extension_by_name
Review of attachment 273987 [details] [review]: Looks good. Thanks!
Comment on attachment 273987 [details] [review] giomodule: Add a NULL guard to extension_point_get_extension_by_name Thanks for the review.