simon-svn: putty: simon

Commits to Tartarus CVS repository. tartarus-commits at lists.tartarus.org
Sun Jul 7 15:34:37 BST 2013


SVN root:       svn://svn.tartarus.org/sgt
Changes by:     simon
Revision:       9895
Date:           2013-07-07 15:34:37 +0100 (Sun, 07 Jul 2013)

Log message (10 lines):
Move the SSH-1 servkey and hostkey variables into the coroutine state,
since there is a theoretical code path (via the crReturn loop after
asking an interactive question about a host key or crypto algorithm)
on which we can leave and return to do_ssh1_login between allocating
and freeing those keys.

(In practice it shouldn't come up anyway with any of the current
implementations of the interactive question functions, not to mention
the unlikelihood of anyone non-specialist still using SSH-1, but
better safe than sorry.)

Modified files:
U   putty/ssh.c

Links:
http://svn.tartarus.org/sgt/?rev=9895&view=rev
http://svn.tartarus.org/sgt/putty/ssh.c?rev=9895&r1=9894&r2=9895



More information about the tartarus-commits mailing list