From owner-cvs-usrbin Tue Dec 17 09:59:44 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id JAA09779 for cvs-usrbin-outgoing; Tue, 17 Dec 1996 09:59:44 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id JAA09772; Tue, 17 Dec 1996 09:59:43 -0800 (PST) Date: Tue, 17 Dec 1996 09:59:43 -0800 (PST) From: Warner Losh Message-Id: <199612171759.JAA09772@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/ftp cmds.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 96/12/17 09:59:42 Modified: usr.bin/ftp cmds.c Log: Fix problem in ftp and case mapping mode where the converted string wasn't terminated properly. Fix is from the PR and works for the test cases I threw at it. Should be safe and desirable for back porting to 2.2 or earlier if there are people still comitting to -stable. Submitted by: Marc Slemko Closes PR: 1864 Revision Changes Path 1.6 +1 -0 src/usr.bin/ftp/cmds.c