simon-svn: putty: simon

Commits to Tartarus CVS repository. tartarus-commits at lists.tartarus.org
Thu Sep 9 15:35:16 BST 2010


SVN root:       svn://svn.tartarus.org/sgt
Changes by:     simon
Revision:       8990
Date:           2010-09-09 15:35:16 +0100 (Thu, 09 Sep 2010)

Log message (4 lines):
Remove redundant check for NULL in sshfwd_close(). The thing we're
testing against NULL has already been dereferenced by the time we
bother to test it, so it's a bit pointless - and in any case, no
null pointer can come to this function from any existing call site.

Modified files:
U   putty/ssh.c

Links:
http://svn.tartarus.org/sgt/?rev=8990&view=rev
http://svn.tartarus.org/sgt/putty/ssh.c?rev=8990&r1=8989&r2=8990



More information about the tartarus-commits mailing list