svn commit: r188425 - stable/6/sys/kern

Robert Watson rwatson at FreeBSD.org
Tue Feb 10 03:36:41 PST 2009


On Mon, 9 Feb 2009, Robert Watson wrote:

> Author: rwatson
> Date: Mon Feb  9 23:23:00 2009
> New Revision: 188425
> URL: http://svn.freebsd.org/changeset/base/188425
>
> Log:
>  In unp_connect(), don't unlock the global UNIX domain socket lock when
>  UNP_CONNECTING is set, as the caller will do that.
>
>  (Due to significantly different locking in 7.0 and later, this fix
>  applies only to stable/7).

This should have read "stable/6" -- the bug in question isn't present in the 
finer-grained UNIX domain socket locking introduced in the 7.x series.

Robert N M Watson
Computer Laboratory
University of Cambridge


More information about the svn-src-stable mailing list