]> asedeno.scripts.mit.edu Git - PuTTY.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)
commit16e834a98abda521a51b8954d216c0025f934e4c
tree5eb0bac8a3d0d77c3d85da6cef0e7d2923cf54fa
parent886e80669013d60b69d075237748e559f5423071
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.

[originally from svn r10103]
[r10070 == 9f5d51a4ac3c10efbefa9b10facb5386e02a6aca]
ssh.c