simon-git: putty (master): Simon Tatham
Commits to Tartarus CVS repository.
tartarus-commits at lists.tartarus.org
Mon May 18 21:20:51 BST 2015
TL;DR:
71cf645 Add missing consts in elliptic curve setup code.
35fde00 Fix a compile warning with -DDEBUG.
Repository: git://git.tartarus.org/simon/putty.git
On the web: http://tartarus.org/~simon-git/gitweb/?p=putty.git
Branch updated: master
Committer: Simon Tatham <anakin at pobox.com>
Date: 2015-05-18 21:20:51
commit 71cf6454d52f12926e8d3fc73252aff92426dbf2
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=71cf6454d52f12926e8d3fc73252aff92426dbf2;hp=5fc4bbf59d420af5019dc086e558e18454eab6b5
Author: Simon Tatham <anakin at pobox.com>
Date: Mon May 18 21:04:46 2015 +0100
Add missing consts in elliptic curve setup code.
All those static arrays giving the curves' constants ought to be
'static const' and go in the data segment, of course.
sshecc.c | 74 +++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
commit 35fde00fd1fdc084a78dc3e4c3f94dbf16bbd236
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=35fde00fd1fdc084a78dc3e4c3f94dbf16bbd236;hp=71cf6454d52f12926e8d3fc73252aff92426dbf2
Author: Simon Tatham <anakin at pobox.com>
Date: Mon May 18 21:17:21 2015 +0100
Fix a compile warning with -DDEBUG.
An unguarded write() in the dputs function caused gcc -Werror to fail
to compile. I'm confused that this hasn't bitten me before, though -
obviously normal builds of PuTTY condition out the faulty code, but
_surely_ this can't be the first time I've enabled the developer
diagnostics since gcc started complaining about unchecked syscall
returns!
unix/uxmisc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the tartarus-commits
mailing list