Date: Wed, 5 Aug 1998 21:29:51 +0200 (CEST) From: Andre Albsmeier <andre.albsmeier@mchp.siemens.de> To: tinguely@plains.NoDak.edu (Mark Tinguely) Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: 2.2.7 rsh serious problem Message-ID: <199808051929.VAA00601@bali.us.tld> In-Reply-To: <199808051508.KAA01192@plains.NoDak.edu> from Mark Tinguely at "Aug 5, 98 10:08:54 am"
next in thread | previous in thread | raw e-mail | index | archive | help
> > serge@oneway.net was asking a remote tar/tape backup question that > was not working, I found that 2.2.7 has a problem with rsh/rshd. > to verify: > > rsh 2.2.7HOST /etc/rmt > rsh 2.2.7HOST /bin/cat > rsh 2.2.7HOST /bin/sh > rsh 2.2.7HOST dd ... > > basically any remote shell that can accept more input. > > > looking at 2.2.6 and 2.2.7 rshd.c, I found the problem on line 307 > in the function doit(): > > int s = rresvport(&lport); > > should read: > > s = rresvport(&lport); > Has been fixed quite a while ago. PR 7381 -Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808051929.VAA00601>