Tartarus CVS: putty: simon
tartarus-commits@lists.tartarus.org
tartarus-commits@lists.tartarus.org
Fri, 01 Nov 2002 13:01:16 +0000
CVS Root: /home/cvs
Module: putty
Changes by: simon
Date: Fri Nov 01 2002 13:01:16 GMT
Log message:
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.
Modified files:
. : telnet.c
Links:
http://cvs.tartarus.org//putty/telnet.c.diff?r1=1.51&r2=1.52