]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Fix breakage of SSH-2 packet decompression by r10070.
authorSimon Tatham <anakin@pobox.com>
Mon, 2 Dec 2013 19:26:36 +0000 (19:26 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 2 Dec 2013 19:26:36 +0000 (19:26 +0000)
commit60d2ee13521c24a740185370130eb2bb0ea74f38
tree5eb0bac8a3d0d77c3d85da6cef0e7d2923cf54fa
parentf2384744401d1415fa2c14c1bf1ca56c8bc15b5e
Fix breakage of SSH-2 packet decompression by r10070.

The line that resets st->pktin->length to cover only the semantic
payload of the SSH message was overwriting the modification to
st->pktin->length performed by the optional decompression step. I
didn't notice because I don't habitually enable compression.

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