simon-git: putty (main): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Sat Apr 10 11:41:40 BST 2021


TL;DR:
  7c42ca02 pageant_get_keylist: add missing init of kl->broken.

Repository:     https://git.tartarus.org/simon/putty.git
On the web:     https://git.tartarus.org/?p=simon/putty.git
Branch updated: main
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2021-04-10 11:41:40

commit 7c42ca02808df4bb46963ed58b45a469cd5f6855
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=7c42ca02808df4bb46963ed58b45a469cd5f6855;hp=0f9e0d6e4127faf60abda9a0246552b75bf9668d
Author: Simon Tatham <anakin at pobox.com>
Date:   Sat Apr 10 10:55:53 2021 +0100

    pageant_get_keylist: add missing init of kl->broken.
    
    In commit d53b3bcd22ace906 I changed the final setting of kl->broken
    so that it wouldn't overwrite a 'true' value set earlier in the
    function. But that means it might not be set at all, because I forgot
    I now needed to initialise it to false. Ahem.

 pageant.c | 1 +
 1 file changed, 1 insertion(+)



More information about the tartarus-commits mailing list