simon-svn: putty: simon
Commits to Tartarus CVS repository.
tartarus-commits at lists.tartarus.org
Mon Aug 27 15:34:41 BST 2012
SVN root: svn://svn.tartarus.org/sgt
Changes by: simon
Revision: 9630
Date: 2012-08-27 15:34:41 +0100 (Mon, 27 Aug 2012)
Log message (5 lines):
It's not legal to free a coroutine's state structure before invoking
crFinish or crFinishV, since they will attempt to write to the
coroutine state variable contained in that structure. Introduced some
new all-in-one macros crFinishFree and crFinishFreeV, and used those
instead. Should fix today's report of a crash just after authentication.
Modified files:
U putty/ssh.c
Links:
http://svn.tartarus.org/sgt/?rev=9630&view=rev
http://svn.tartarus.org/sgt/putty/ssh.c?rev=9630&r1=9629&r2=9630
More information about the tartarus-commits
mailing list