]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Rather than rejecting spurious SSH_MSG_CHANNEL_SUCCESSes, and ignoring
authorBen Harris <bjh21@bjh21.me.uk>
Mon, 1 Oct 2007 21:11:11 +0000 (21:11 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Mon, 1 Oct 2007 21:11:11 +0000 (21:11 +0000)
commit2db59b7443a193b200ee46a00f72139c0bac7b33
tree87e34f62f9e070442327e956b64e0cab205d4870
parentda5d553afc99b849d1baaa1c0724116cf73ebb2e
Rather than rejecting spurious SSH_MSG_CHANNEL_SUCCESSes, and ignoring
spurious SSH_MSG_CHANNEL_FAILUREs, treat them as the protocol errors
they are and forcibly disconnect.  Inspired by recent traffic on
comp.security.ssh.

[originally from svn r7752]
ssh.c