simon-svn: putty: simon

Commits to Tartarus CVS repository. tartarus-commits at lists.tartarus.org
Sat Sep 7 17:15:11 BST 2013


SVN root:       svn://svn.tartarus.org/sgt
Changes by:     simon
Revision:       10037
Date:           2013-09-07 17:15:11 +0100 (Sat, 07 Sep 2013)

Log message (8 lines):
Fix SSH2_MSG_CHANNEL_EXTENDED_DATA in logparse.

It looks as if it's never worked at all: it had a spurious second
printf, it completely forgot to allow for the uint32 type code that
SSH2_MSG_CHANNEL_DATA doesn't have, it accessed the channel state's
sequence number fields in a way that made no sense and didn't match
the rest of the program, *and* it misinvoked the file opening API. I
must have never had an occasion to test it.

Modified files:
U   putty/contrib/logparse.pl

Links:
http://svn.tartarus.org/sgt/?rev=10037&view=rev
http://svn.tartarus.org/sgt/putty/contrib/logparse.pl?rev=10037&r1=10036&r2=10037



More information about the tartarus-commits mailing list