]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
from_backend() should always be called with len > 0. Only rlogin
authorSimon Tatham <anakin@pobox.com>
Fri, 1 Mar 2002 13:17:45 +0000 (13:17 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 1 Mar 2002 13:17:45 +0000 (13:17 +0000)
commitfdbd6978016e9fd87db7b3bfc33ff0da8bd3eea9
treec807b9a8cb4b4f2e4d628a8943cb1d1877dcbf10
parent0b61ac21c2d7b41d5b9d0e14bbde042712ae482d
from_backend() should always be called with len > 0. Only rlogin
mode ever failed to do this, and only Plink actually had a problem
with it, so this didn't become obvious for a while. rlogin mode is
fixed, and all implementations of from_backend() now contain an
assertion so that we should spot errors of this type more quickly in
future.

[originally from svn r1571]
plink.c
psftp.c
rlogin.c
scp.c
terminal.c