simon-svn: putty: ben

tartarus-commits at lists.tartarus.org tartarus-commits at lists.tartarus.org
Mon Aug 6 21:56:53 BST 2007


SVN root:       svn://ixion.tartarus.org/main
Changes by:     ben
Revision:       7683
Date:           2007-08-06 21:56:52 +0100 (Mon, 06 Aug 2007)

Log message (5 lines):
Use "int" rather than "unsigned" as the argument to ssh2_set_window, not
because it can ever be negative, but because we'll be comparing it with
another int.  This way, C's promotion rules don't bite us and we should
stand slightly more chance of coping with broken servers that overrun our
window.

Modified files:
U   putty/ssh.c

Links:
http://www.tartarus.org/~simon-anonsvn/viewcvs.cgi?rev=7683&view=rev
http://www.tartarus.org/~simon-anonsvn/viewcvs.cgi/putty/ssh.c?rev=7683&r1=7682&r2=7683



More information about the tartarus-commits mailing list