]> andersk Git - openssh.git/commit
- djm@cvs.openbsd.org 2010/01/27 13:26:17
authordjm <djm>
Wed, 27 Jan 2010 19:26:59 +0000 (19:26 +0000)
committerdjm <djm>
Wed, 27 Jan 2010 19:26:59 +0000 (19:26 +0000)
commit279c74eb3359d6afd5a7b7a77d6b386d7fb55eb6
tree7f31dbed3869ebd3f6980040be4237b1bc5cff3d
parentae1c633faeec729b9ce9e067d342af1ae632bd2f
   - djm@cvs.openbsd.org 2010/01/27 13:26:17
     [mux.c]
     fix bug introduced in mux rewrite:

     In a mux master, when a socket to a mux slave closes before its server
     session (as may occur when the slave has been signalled), gracefully
     close the server session rather than deleting its channel immediately.
     A server may have more messages on that channel to send (e.g. an exit
     message) that will fatal() the client if they are sent to a channel that
     has been prematurely deleted.

     spotted by imorgan AT nas.nasa.gov
ChangeLog
mux.c
This page took 0.04288 seconds and 5 git commands to generate.