]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Fix a segfault (non-security-critical - null dereference for
authorSimon Tatham <anakin@pobox.com>
Thu, 26 Jun 2003 13:41:30 +0000 (13:41 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 26 Jun 2003 13:41:30 +0000 (13:41 +0000)
commitd02ea52abcbff2cf1bbd03344e710ffa15371f99
tree3e85722e3fd6cca43c65e74959b090dccbdd9597
parent5161740aab8c5db18227da0597735d264f097988
Fix a segfault (non-security-critical - null dereference for
reading) in the zlib code when fed certain kinds of invalid data. As
a result, ssh.c now needs to be prepared for zlib_decompress_block
to return failure.

[originally from svn r3306]
ssh.c
sshzlib.c