GNOME Bugzilla – Bug 732739
ginetsocketaddress: Explicitly initialise flags for getaddrinfo()
Last modified: 2014-07-06 11:57:18 UTC
Trivial patch attached.
Created attachment 279904 [details] [review] ginetsocketaddress: Explicitly initialise flags for getaddrinfo() This is not a functional change, as the hints field is static and hence automatically initialised to zero — which happens to be what AF_UNSPEC and the unspecified protocol are defined as. However, it’s best to be explicit about this, in case AF_UNSPEC is _not_ defined as zero.
Comment on attachment 279904 [details] [review] ginetsocketaddress: Explicitly initialise flags for getaddrinfo() sure
Attachment 279904 [details] pushed as 60226a0 - ginetsocketaddress: Explicitly initialise flags for getaddrinfo()