Date: Tue, 1 Jun 2010 09:32:22 +0000 (UTC) From: Attilio Rao <attilio@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netgraph ng_socket.c Message-ID: <201006010932.o519WdWX046945@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
attilio 2010-06-01 09:32:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netgraph ng_socket.c Log: SVN rev 208690 on 2010-06-01 09:32:22Z by attilio MFC r208300: Fix a race between ngs_rcvmsg() and soclose() which closes the control socket while it is still in use as ngs_rcvmsg() runs without any lock held. Sponsored by: Sandvine Incorporated Approved by: re (bz) Revision Changes Path 1.87.2.3 +26 -6 src/sys/netgraph/ng_socket.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006010932.o519WdWX046945>