]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Correct an inequality sign causing the bounds check in Windows
authorSimon Tatham <anakin@pobox.com>
Mon, 22 Jul 2013 07:12:26 +0000 (07:12 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 22 Jul 2013 07:12:26 +0000 (07:12 +0000)
commit9d2a6931416b240b2ea43f167620621a27fcc917
tree4f2fc082c1cbb3828505dba7848dd1a33726119d
parent1016156edc4d3de867315044d2fcc61bba696163
Correct an inequality sign causing the bounds check in Windows
palette_set() to be bogus. Fortunately, this isn't exploitable through
the terminal emulator, because the palette escape sequence parser
contains its own bounds check before even calling palette_set().

While I'm at it, fix the same goof in the OS X version! That port is
more or less abandoned, but that's no excuse for leaving obviously
wrong code lying around.

git-svn-id: http://svn.tartarus.org/sgt/putty@9965 cda61777-01e9-0310-a592-d414129be87e
macosx/osxwin.m
windows/window.c