mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 01:48:00 +00:00
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. [originally from svn r2174]
This commit is contained in:
parent
63f793b965
commit
6c09add500
Loading…
Reference in New Issue
Block a user