simon-git: putty (master): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Fri Jan 10 19:33:31 GMT 2020
TL;DR:
50fce019 Fix a gcc compile failure due to -Werror.
0a3fc21e Fix reversed sense of test in rsa1_save_f.
7dde732f Fix missing comments in Windows Pageant.
Repository: https://git.tartarus.org/simon/putty.git
On the web: https://git.tartarus.org/?p=simon/putty.git
Branch updated: master
Committer: Simon Tatham <anakin at pobox.com>
Date: 2020-01-10 19:33:31
commit 50fce019580108811bd83b6041b90850ed751ac5
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=50fce019580108811bd83b6041b90850ed751ac5;hp=c6a9bf86018fabdaf63b4c0931518540dd0de178
Author: Simon Tatham <anakin at pobox.com>
Date: Fri Jan 10 19:24:59 2020 +0000
Fix a gcc compile failure due to -Werror.
gcc doesn't like me not using the return value of the consume() macro.
marshal.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 0a3fc21e23d9a800439c38ef7c908eb3a431e76d
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=0a3fc21e23d9a800439c38ef7c908eb3a431e76d;hp=50fce019580108811bd83b6041b90850ed751ac5
Author: Simon Tatham <anakin at pobox.com>
Date: Fri Jan 10 19:25:38 2020 +0000
Fix reversed sense of test in rsa1_save_f.
It saves key files just fine, but then claims to have failed. (Worse, it
would claim to have succeeded if it _did_ fail!)
sshpubk.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 7dde732f7d922e7ece7f13639d26048cb026efbb
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=7dde732f7d922e7ece7f13639d26048cb026efbb;hp=0a3fc21e23d9a800439c38ef7c908eb3a431e76d
Author: Simon Tatham <anakin at pobox.com>
Date: Fri Jan 10 19:27:07 2020 +0000
Fix missing comments in Windows Pageant.
When I took the key comments out of the RSAKey / ssh2_userkey
structures stored in pageant.c's trees and moved them into the new
containing PageantKey structure, I forgot that that would mean Windows
Pageant - which tries to read the comments _from_ those structures -
would now not be able to show comments in its list box.
Comments are small, so the easiest fix is just to duplicate them in
both places.
pageant.c | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)
More information about the tartarus-commits
mailing list