GNOME Bugzilla – Bug 733345
ginetaddress: Add a precondition to g_inet_address_new_from_string()
Last modified: 2014-07-18 14:08:31 UTC
Trivial patch attached.
Created attachment 281061 [details] [review] ginetaddress: Add a precondition to g_inet_address_new_from_string() Ensure that the input string is non-NULL, as inet_pton() does not like NULL strings.
Attachment 281061 [details] pushed as ebe4782 - ginetaddress: Add a precondition to g_inet_address_new_from_string()