Date: Thu, 25 May 2000 02:30:05 -0700 (PDT) From: Alexander Langer <alex@big.endian.de> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/18804: error in usr.bin/ftp/main.c ? Message-ID: <200005250930.CAA17886@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/18804; it has been noted by GNATS. From: Alexander Langer <alex@big.endian.de> To: tludwig@urbanet.ch Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/18804: error in usr.bin/ftp/main.c ? Date: Thu, 25 May 2000 11:28:22 +0200 Also sprach tludwig@urbanet.ch (tludwig@urbanet.ch): > if (line[--num] == '\n') { > Unfortunately the string that should be checked is > pointed to by 'line', not 'buf'. It seems as if you are right. The following occurencies of line must be changed to buf then, too, up to the memcpy. Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005250930.CAA17886>