]> asedeno.scripts.mit.edu Git - PuTTY_svn.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)
commit2998881cddec0419613451ddff4453b183b51f2a
treec807b9a8cb4b4f2e4d628a8943cb1d1877dcbf10
parente794509f6ae3ee6d67ab0b3c96a9e24a6ece2206
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.

git-svn-id: http://svn.tartarus.org/sgt/putty@1571 cda61777-01e9-0310-a592-d414129be87e
plink.c
psftp.c
rlogin.c
scp.c
terminal.c