]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
In get_ssh_string, don't get confused by lengths >= 0x80000000.
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 10 Oct 2015 21:59:38 +0000 (22:59 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Wed, 28 Oct 2015 22:08:32 +0000 (22:08 +0000)
commitc0e19ca19d5be1fea5bc6f75bc18c0e2c4462b64
treeaf14215be2c3930970b3fae8129fa9dfbd120d49
parent7707aa24d672de5d03ae7e66fbc2fd525dc9a24d
In get_ssh_string, don't get confused by lengths >= 0x80000000.

"confused" meaning "reading off the end of the input".

Bug found with the help of afl-fuzz.
misc.c