Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Apr 2011 07:53:04 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet in_pcb.c
Message-ID:  <201104190753.p3J7rKLi042787@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bz          2011-04-19 07:53:04 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/netinet          in_pcb.c 
  Log:
  SVN rev 220819 on 2011-04-19 07:53:04Z by bz
  
  MFC r219779:
  
   Properly check for an IPv4 socket after r219579.
  
   In some cases as udp6_connect() without an earlier bind(2) to an
   address, v4-mapped sockets allowed and a non mapped destination
   address, we can end up here with both v4 and v6 indicated:
          inp_vflag = (INP_IPV4|INP_IPV6|INP_IPV6PROTO)
  
   In that case however laddrp is NULL as the IPv6 path does not
   pass in a copy currently.
  
   Reported by:   Pawel Worach (pawel.worach gmail.com)
   Tested by:     Pawel Worach (pawel.worach gmail.com)
  
  Revision   Changes    Path
  1.260.2.9  +2 -2      src/sys/netinet/in_pcb.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104190753.p3J7rKLi042787>