]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
<1112163342.018492.101240@f14g2000cwb.googlegroups.com> on
authorSimon Tatham <anakin@pobox.com>
Wed, 30 Mar 2005 08:27:54 +0000 (08:27 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 30 Mar 2005 08:27:54 +0000 (08:27 +0000)
commit2b344eb503d9be0fa76f26cc6e07f8673b4945c2
tree83d1ae9f8c201139431f60a818a93be538a15d80
parent3b8d9cc3d0095ba786413bab81c4d41dc3db40dc
<1112163342.018492.101240@f14g2000cwb.googlegroups.com> on
comp.security.ssh contains a Dr Watson log which looks to me as if
`unclean-close-crash' occurred due to a rekey timer going off after
the session had closed. Hence, ssh2_timer() now avoids doing
anything if the session is already closed, and also ssh_do_close()
proactively calls expire_timer_context(). Between those I think they
ought to solve the problem.

git-svn-id: http://svn.tartarus.org/sgt/putty@5564 cda61777-01e9-0310-a592-d414129be87e
ssh.c