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

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Wed Feb 1 21:05:53 GMT 2017


TL;DR:
  f6c1c88 Fix error reporting pointer parameters in winsecur.c.

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-02-01 21:05:53

commit f6c1c8819b5d90a97124b62ee07b0e06d6bbb6c3
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=f6c1c8819b5d90a97124b62ee07b0e06d6bbb6c3;hp=9c3700a6d3d037bd823a65f5837264605891b2ea
Author: Simon Tatham <anakin at pobox.com>
Date:   Wed Feb 1 20:42:21 2017 +0000

    Fix error reporting pointer parameters in winsecur.c.
    
    Several functions were passing a 'char *error' and assigning error
    messages directly into 'error', where they should have been passing
    'char **error' and assigning error messages into '*error' if the error
    message is to be returned to the caller. This would have led to
    incomplete error messages.

 windows/winsecur.c | 32 ++++++++++++++------------------
 1 file changed, 14 insertions(+), 18 deletions(-)



More information about the tartarus-commits mailing list