]> asedeno.scripts.mit.edu Git - PuTTY.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)
commit36f502fa9311a62923cf83b34a4016ad68aaa33f
treefe018161c3a4a5fcf9d48a88dd6892e0f24703e3
parent91496d37c72b040ae899058564e71814a501e53b
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.

[originally from svn r8406]
cmdgen.c
logging.c
terminal.c