simon-svn: putty: simon

Commits to Tartarus CVS repository. tartarus-commits at lists.tartarus.org
Sun Jul 14 11:46:56 BST 2013


SVN root:       svn://svn.tartarus.org/sgt
Changes by:     simon
Revision:       9926
Date:           2013-07-14 11:46:55 +0100 (Sun, 14 Jul 2013)

Log message (7 lines):
Remove a redundant while-loop condition when reading RFC822-style
header text from a PuTTY key file.

(It's silly to have both while (len > 0) at the top of the loop _and_
an if (len == 0) return in the middle, and in fact the former was the
erroneous one since it would have prohibited a 39-character header,
which I intended to be permitted.)

Modified files:
U   putty/sshpubk.c

Links:
http://svn.tartarus.org/sgt/?rev=9926&view=rev
http://svn.tartarus.org/sgt/putty/sshpubk.c?rev=9926&r1=9925&r2=9926



More information about the tartarus-commits mailing list