After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 760702 - gssdp-client: Fix GLib warning if host IP is not known
gssdp-client: Fix GLib warning if host IP is not known
Status: RESOLVED FIXED
Product: gssdp
Classification: Other
Component: General
unspecified
Other All
: Normal normal
: ---
Assigned To: GUPnP Maintainers
GUPnP Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-01-16 09:25 UTC by Philip Withnall
Modified: 2019-02-22 09:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gssdp-client: Fix GLib warning if host IP is not known (1.21 KB, patch)
2016-01-16 09:25 UTC, Philip Withnall
committed Details | Review

Description Philip Withnall 2016-01-16 09:25:16 UTC
Trivial patch attached.
Comment 1 Philip Withnall 2016-01-16 09:25:20 UTC
Created attachment 319171 [details] [review]
gssdp-client: Fix GLib warning if host IP is not known

Prevent calling a GInetAddress constructor with a NULL IP address if the
host IP could not be determined. (This is happening on my Linux system;
I have not investigated the cause.)
Comment 2 Jens Georg 2016-01-17 21:42:00 UTC
Review of attachment 319171 [details] [review]:

Interesting, wonder how that can happen. Anyway, nice catch.
Comment 3 Philip Withnall 2016-01-17 22:14:21 UTC
Attachment 319171 [details] pushed as b8fdcc4 - gssdp-client: Fix GLib warning if host IP is not known