]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - unix/uxplink.c
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)
commit85d1e7608ebbb8c717a7e64f13beb936ad51e1fd
treefdf642528e2388c7cbe73946f5e2f7c1ce52acab
parentbb78583ad29084f16db994d66895917e1b20346e
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.

[originally from svn r10084]
cmdline.c
misc.h
ssh.c
unix/gtkwin.c
unix/uxplink.c
unix/uxpty.c