]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Another valgrind-caught error. This one has apparently been there
authorSimon Tatham <anakin@pobox.com>
Fri, 1 Nov 2002 13:01:14 +0000 (13:01 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 1 Nov 2002 13:01:14 +0000 (13:01 +0000)
commite57bdad15069f93458961828fc0e28839819751b
tree51d2452c253783aa03c85e30bbe25d7eefffa71b
parent1dc4574a5c454dfbef2fc8b88edd869d18efda0c
Another valgrind-caught error. This one has apparently been there
since the Dawn O' Time, and consisted of me putting the two halves
of a short-circuiting bounds check the wrong way round: instead of
`p_in_range && *p', I had `*p && p_in_range'. Oops. valgrind rocks.

git-svn-id: http://svn.tartarus.org/sgt/putty@2174 cda61777-01e9-0310-a592-d414129be87e
telnet.c