]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Fix an assortment of dupprintf() format string bugs.
authorSimon Tatham <anakin@pobox.com>
Sun, 17 Nov 2013 14:05:44 +0000 (14:05 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 17 Nov 2013 14:05:44 +0000 (14:05 +0000)
commitf88848337e6e4df1814467f00377a18c2bb996f8
treefdf642528e2388c7cbe73946f5e2f7c1ce52acab
parent467190058b0d89867c0fb1a38240b0ff1238c749
Fix an assortment of dupprintf() format string bugs.

I've enabled gcc's format-string checking on dupprintf, by declaring
it in misc.h to have the appropriate GNU-specific attribute. This
pointed out a selection of warnings, which I've fixed.

git-svn-id: http://svn.tartarus.org/sgt/putty@10084 cda61777-01e9-0310-a592-d414129be87e
cmdline.c
misc.h
ssh.c
unix/gtkwin.c
unix/uxplink.c
unix/uxpty.c