Tighten up a lot of casts from unsigned to int which are read by one
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 14 Jul 2013 10:45:54 +0000 (10:45 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 14 Jul 2013 10:45:54 +0000 (10:45 +0000)
commitb165006759a81e8ecc4e86e0540fd69343ea46e9
tree2c81596acb115b1e60174996fdc4e1a0554e1630
parent7dc9a22ee27a65871bac1166d811d8dbb818fe45
Tighten up a lot of casts from unsigned to int which are read by one
of the GET_32BIT macros and then used as length fields. Missing bounds
checks against zero have been added, and also I've introduced a helper
function toint() which casts from unsigned to int in such a way as to
avoid C undefined behaviour, since I'm not sure I trust compilers any
more to do the obviously sensible thing.

git-svn-id: svn://svn.tartarus.org/sgt/putty@9918 cda61777-01e9-0310-a592-d414129be87e
conf.c
import.c
misc.c
misc.h
sftp.c
ssh.c
sshdss.c
sshpubk.c
sshrsa.c
unix/uxagentc.c
windows/winpgnt.c