]> Cypherpunks repositories - gostls13.git/commit
exp/ssh: fix three shift bugs related to packet lengths
authorDave Cheney <dave@cheney.net>
Mon, 28 Nov 2011 17:10:16 +0000 (12:10 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 28 Nov 2011 17:10:16 +0000 (12:10 -0500)
commitce7e11997b9706aa3e0c2aa284470b8e8c11b86c
treea981c21f311e35706f4bbaeda356e243ff6fd2a8
parentffa6b383f5ac5ab317701a4cccea3aa5b585f477
exp/ssh: fix three shift bugs related to packet lengths

Thanks for Ke Lan for the initial report and investigation.

R=agl, gustav.paul, tg8866, rsc
CC=golang-dev
https://golang.org/cl/5443044
src/pkg/exp/ssh/channel.go
src/pkg/exp/ssh/client.go