simon-git: putty (master): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Tue Jan 1 17:36:29 GMT 2019


TL;DR:
  2ee23472 Reinstate a missing free.

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-01-01 17:36:29

commit 2ee23472ced0fa6ed065a41489b7fc85c20e3875
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=2ee23472ced0fa6ed065a41489b7fc85c20e3875;hp=a718881af81567552d990163619290236efddbe4
Author: Simon Tatham <anakin at pobox.com>
Date:   Tue Jan 1 17:32:08 2019 +0000

    Reinstate a missing free.
    
    In commit 869ce8867 I sank an sfree(fingerprint) into an if statement
    that had previously been before it - but I only put it in two of the
    three branches of the if. Now added it in the third one, preventing a
    minor memory leak if you use SSH-1 with the -hostkey option (and the
    actual host key presented by the server matches it).

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



More information about the tartarus-commits mailing list