]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Arguments to ctype functions are required to be either EOF or representable
authorBen Harris <bjh21@bjh21.me.uk>
Sun, 11 Jan 2009 14:26:27 +0000 (14:26 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sun, 11 Jan 2009 14:26:27 +0000 (14:26 +0000)
commitada7ab2010bc3e68b1dab71c541afc637ab131fb
treefe018161c3a4a5fcf9d48a88dd6892e0f24703e3
parentf3734f366e49f4172c1def3a5b988f65d521dab2
Arguments to ctype functions are required to be either EOF or representable
as unsigned char.  This means that passing in a bare char is incorrect on
systems where char is signed.  Sprinkle some appropriate casts to prevent
this.

git-svn-id: http://svn.tartarus.org/sgt/putty@8406 cda61777-01e9-0310-a592-d414129be87e
cmdgen.c
logging.c
terminal.c