]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Tighten up a lot of casts from unsigned to int which are read by one
authorSimon Tatham <anakin@pobox.com>
Sun, 14 Jul 2013 10:45:54 +0000 (10:45 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 14 Jul 2013 10:45:54 +0000 (10:45 +0000)
commitfd30adf0ea7f28a97f9b31273ac779fe429b5912
tree2c81596acb115b1e60174996fdc4e1a0554e1630
parentec1765b9c8bd6661beffae57601a93e840d74bbc
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: http://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