simon-git: putty (master): Simon Tatham

Commits to Tartarus CVS repository. tartarus-commits at lists.tartarus.org
Sat Aug 1 22:13:19 BST 2015


TL;DR:
  9a08d9a Don't try to load GSSAPI libs unless we'll use them.

Repository:     git://git.tartarus.org/simon/putty.git
On the web:     http://tartarus.org/~simon-git/gitweb/?p=putty.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2015-08-01 22:13:19

commit 9a08d9a7c10458356b934af54206f0b642ecf715
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=9a08d9a7c10458356b934af54206f0b642ecf715;hp=4eddcb4c564151d606aef8b3fc32172a6fac5573
Author: Simon Tatham <anakin at pobox.com>
Date:   Sat Aug 1 22:11:16 2015 +0100

    Don't try to load GSSAPI libs unless we'll use them.
    
    A user reports that in a particular situation one of the calls to
    LoadLibrary from wingss.c has unwanted side effects, and points out
    that this happens even when the saved session has GSSAPI disabled. So
    I've evaluated as much as possible of the condition under which we
    check the results of GSS library loading, and deferred the library
    loading itself until after that condition says we even care about the
    results.

 ssh.c |   19 ++++++++++++++-----
 1 file changed, 14 insertions(+), 5 deletions(-)



More information about the tartarus-commits mailing list