simon-git: putty (master): putty.git

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Fri Jan 6 19:38:19 GMT 2017


TL;DR:
  e2452f3 Add some missing checks for EINTR after select(2).
  225186c Fix memory leak: Free hostkey fingerprint when cross-certifying.

Repository:     https://git.tartarus.org/simon/putty.git
On the web:     https://git.tartarus.org/?p=simon/putty.git
Branch updated: master
Committer:      putty.git
Date:           2017-01-06 19:38:19

commit e2452f3bd05521b247162e3a9abdc4e9a79d9ffc
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=e2452f3bd05521b247162e3a9abdc4e9a79d9ffc;hp=86ba2e63392de207eb02916ba83af17af755c840
Author: Simon Tatham <anakin at pobox.com>
Date:   Fri Jan 6 19:29:06 2017 +0000

    Add some missing checks for EINTR after select(2).
    
    I noticed today that Unix Plink responds to SIGWINCH by accidentally
    dying of EINTR having interrupted its main select loop, and when I
    checked, there turn out to be a couple of other select loops with the
    same bug.

 unix/uxcons.c  | 4 +++-
 unix/uxplink.c | 3 +++
 unix/uxsftp.c  | 4 +++-
 3 files changed, 9 insertions(+), 2 deletions(-)

commit 225186cad26aa360f2fec9c5bfebcc960d234344
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=225186cad26aa360f2fec9c5bfebcc960d234344;hp=e2452f3bd05521b247162e3a9abdc4e9a79d9ffc
Author: Tim Kosse <tim.kosse at filezilla-project.org>
Date:   Fri Jan 6 11:44:47 2017 +0100

    Fix memory leak: Free hostkey fingerprint when cross-certifying.

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



More information about the tartarus-commits mailing list