CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2010/09/20 01:19:27

Modified files:
        usr.bin/ssh    : mux.c 

Log message:
"atomically" create the listening mux socket by binding it on a temorary
name and then linking it into position after listen() has succeeded.

this allows the mux clients to determine that the server socket is
either ready or stale without races. stale server sockets are now
automatically removed

ok deraadt

Reply via email to