Date: Tue, 1 Jun 2010 14:21:24 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet tcp_usrreq.c Message-ID: <201006011421.o51ELhN1084944@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2010-06-01 14:21:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet tcp_usrreq.c Log: SVN rev 208700 on 2010-06-01 14:21:24Z by rwatson Merge r204809 from head to stable/8: Add a comment to tcp_usr_accept() to indicate why it is we acquire the tcbinfo lock there: r175612, which re-added it, masked a race between sonewconn(2) and accept(2) that could allow an incompletely initialized address on a newly-created socket on a listen queue to be exposed. Full details can be found in that commit message. Sponsored by: Juniper Networks Approved by: re (bz) Revision Changes Path 1.192.2.3 +9 -3 src/sys/netinet/tcp_usrreq.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006011421.o51ELhN1084944>