From owner-cvs-all Tue Oct 16 2:21:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 878F237B409; Tue, 16 Oct 2001 02:21:09 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9G9L9Z81801; Tue, 16 Oct 2001 02:21:09 -0700 (PDT) (envelope-from sobomax) Message-Id: <200110160921.f9G9L9Z81801@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 16 Oct 2001 02:21:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/colldef parse.y src/usr.bin/telnet main.c src/usr.sbin/i4b/isdnd main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/10/16 02:21:09 PDT Modified files: usr.bin/colldef parse.y usr.bin/telnet main.c usr.sbin/i4b/isdnd main.c Log: Use strlcpy(3) instead of strcpy(3) to copy optarg into a fixed-size buffer. MFC after: 2 weeks Revision Changes Path 1.18 +2 -2 src/usr.bin/colldef/parse.y 1.16 +2 -2 src/usr.bin/telnet/main.c 1.14 +2 -2 src/usr.sbin/i4b/isdnd/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message