simon-git: putty (master): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Tue Jun 20 21:23:55 BST 2017


TL;DR:
  d618974 Fixes spotted by Coverity.

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:           2017-06-20 21:23:55

commit d61897414cae6e40dc39da6aac84ab48c6cdf149
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=d61897414cae6e40dc39da6aac84ab48c6cdf149;hp=4696f4a40bd38386dac5bc0f8331ca9c4e579bd6
Author: Simon Tatham <anakin at pobox.com>
Date:   Tue Jun 20 21:17:43 2017 +0100

    Fixes spotted by Coverity.
    
    A lenof() being applied to a non-array, a couple of missing frees on
    an error path, and a case in pfd_receive() where we could have gone
    round a loop again after freeing the port forwarding structure it was
    working on.

 config.c  | 2 +-
 portfwd.c | 1 +
 psftp.c   | 2 ++
 3 files changed, 4 insertions(+), 1 deletion(-)



More information about the tartarus-commits mailing list