~vcs-imports/putty/master

Viewing all changes in revision 5543.

  • Committer: Simon Tatham
  • Date: 2019-09-19 16:59:37 UTC
  • Revision ID: git-v1:8b87d80a8483c82f4e1479e45d26e103ab853154
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.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: