simon-git: putty (master): Simon Tatham

Commits to Tartarus CVS repository. tartarus-commits at lists.tartarus.org
Thu May 7 18:44:14 BST 2015


TL;DR:
  4a875b5 Fix the inverted return values in pageant_add_ssh*_key().

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-05-07 18:44:14

commit 4a875b5f8b806a91c8a309d699d37d251d78b8f7
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=4a875b5f8b806a91c8a309d699d37d251d78b8f7;hp=5e2443ff1f07cb8cd7e6dd7d8cb044283c788478
Author: Simon Tatham <anakin at pobox.com>
Date:   Thu May 7 18:41:06 2015 +0100

    Fix the inverted return values in pageant_add_ssh*_key().
    
    This would have caused intermittent use-after-free crashes in Windows
    Pageant, but only with keys added via the primary Pageant's own UI or
    command line - not keys submitted from another process, because those
    don't go through the same function.

 pageant.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



More information about the tartarus-commits mailing list