Fix a segfault (non-security-critical - null dereference for
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 26 Jun 2003 13:41:30 +0000 (13:41 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 26 Jun 2003 13:41:30 +0000 (13:41 +0000)
commit36b8d9bb9274b5ca088063a83d255121691a579f
tree3e85722e3fd6cca43c65e74959b090dccbdd9597
parentebce44bf9f52e23f0dd1aaa2f659ffa832ffc2ba
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.

git-svn-id: svn://svn.tartarus.org/sgt/putty@3306 cda61777-01e9-0310-a592-d414129be87e
ssh.c
sshzlib.c