simon-git: putty (master): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Thu Sep 19 18:10:42 BST 2019
TL;DR:
8b87d80a Windows Plink: fix segfault at startup when connection-sharing.
Repository: https://git.tartarus.org/simon/putty.git
On the web: https://git.tartarus.org/?p=simon/putty.git
Branch updated: master
Committer: Simon Tatham <anakin at pobox.com>
Date: 2019-09-19 18:10:42
commit 8b87d80a8483c82f4e1479e45d26e103ab853154
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=8b87d80a8483c82f4e1479e45d26e103ab853154;hp=00112549bfd15538e9176d78e6203b105ea7f381
Author: Simon Tatham <anakin at pobox.com>
Date: Thu Sep 19 17:34:50 2019 +0100
Windows Plink: fix segfault at startup when connection-sharing.
The message "Reusing a shared connection to this server" is sent to
the seat's output method during the call to ssh_init. In Windows
Plink, that output method wants to talk to the BinarySink stderr_bs
(or stdout_bs, but for this particular message, stderr). So we have to
have already set up stderr_bs by the time the backend init function is
called.
windows/winplink.c | 46 +++++++++++++++++++++++-----------------------
1 file changed, 23 insertions(+), 23 deletions(-)
More information about the tartarus-commits
mailing list