]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
It's not legal to free a coroutine's state structure before invoking
authorSimon Tatham <anakin@pobox.com>
Mon, 27 Aug 2012 14:34:41 +0000 (14:34 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 27 Aug 2012 14:34:41 +0000 (14:34 +0000)
commite9a79c32f033d6974362c01481e36c28d67bde8e
treed32d22d9f81570f0438a3023282fe502789bc849
parentb3d1aeeb8a5bdda52aee4f9768e6f4553034eb11
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.

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