Date: Tue, 19 Apr 2011 08:00:44 +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: <201104190801.p3J812UZ043404@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bz 2011-04-19 08:00:44 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/netinet in_pcb.c
Log:
SVN rev 220821 on 2011-04-19 08:00:44Z 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.196.2.30 +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?201104190801.p3J812UZ043404>
