Git development
 help / color / mirror / Atom feed
From: "Gary V. Vaughan" <git@mlists.thewrittenword.com>
To: Martin Storsj? <martin@martin.st>
Cc: git@vger.kernel.org
Subject: Re: [PATCH 5/5] struct sockaddr_storage->ss_family is not portable
Date: Sun, 25 Apr 2010 03:36:44 -0500 (CDT)	[thread overview]
Message-ID: <20100312151522.GA11943@thor.il.thewrittenword.com> (raw)
In-Reply-To: <alpine.DEB.2.00.1003120922040.29993@cone.home.martin.st>

Hi Martin,

On Fri, Mar 12, 2010 at 09:24:01AM +0200, Martin Storsj? wrote:
> On Fri, 12 Mar 2010, Gary V. Vaughan wrote:
> > On Thu, Mar 11, 2010 at 06:40:37PM +0200, Martin Storsj? wrote:
> > > On Thu, 11 Mar 2010, Gary V. Vaughan wrote:
> > > 
> > > > Many of our supported platforms do not have this declaration, for
> > > > example solaris2.6 thru 2.7.  Lack of ss_family implies no IPV6
> > > > support, so we can wrap all the ss_family references in an ifndef
> > > > NO_IPV6, and assume sockaddr_in otherwise.
> > > 
> > > While this probably is ok as such, you can actually do the same without 
> > > accessing the sockaddr_storage->ss_family; just cast it to (const struct 
> > > sockaddr*) and use ->sa_family instead, that should work just as well, as 
> > > far as I know.
> > 
> > At least on aix-5.2 it won't be reliable unless you juggle compiler
> > switches just right [...]
> 
> Yes, but if the sockaddr struct can be arranged in different ways, the 
> other ones (sockaddr_in, sockaddr_storage, sockaddr_in6) must also be 
> defined coherently - you're always supposed to be able to cast an 
> sockaddr_in (or any other of them) to a sockaddr and read the sa_family 
> field. As far as I know, at least.

Ah, good point.  And now, having tested that on all our machines it
works perfectly, and is much more elegant!

I'll resubmit presently.

Cheers,
-- 
Gary V. Vaughan (gary@thewrittenword.com)

  parent reply	other threads:[~2010-04-25  8:37 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-11 16:37 [PATCH 5/5] struct sockaddr_storage->ss_family is not portable Gary V. Vaughan
2010-03-11 16:40 ` Martin Storsjö
2010-03-12  4:56   ` Gary V. Vaughan
2010-03-12  7:24     ` Martin Storsjö
2010-03-15 21:03       ` [PATCH] daemon.c: avoid accessing ss_family member of struct sockaddr_storage Brandon Casey
2010-03-15 21:29         ` Jeff King
2010-03-15 21:41           ` Martin Storsjö
2010-03-15 21:42           ` Brandon Casey
2010-04-25  8:37             ` Gary V. Vaughan
2010-03-15 21:37         ` Martin Storsjö
2010-03-15 22:10           ` [PATCH v2] " Brandon Casey
2010-03-16  7:52             ` Martin Storsjö
2010-04-25  8:36       ` Gary V. Vaughan [this message]
2010-04-25 19:05         ` [PATCH 5/5] struct sockaddr_storage->ss_family is not portable Martin Storsjö
2010-04-26 16:55           ` Gary V. Vaughan
2010-03-11 22:27 ` Jeff King
2010-03-11 23:57   ` Brandon Casey

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100312151522.GA11943@thor.il.thewrittenword.com \
    --to=git@mlists.thewrittenword.com \
    --cc=git@vger.kernel.org \
    --cc=martin@martin.st \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox