From owner-cvs-all Wed Jan 2 12:37:41 2002 Delivered-To: cvs-all@freebsd.org Received: from espresso.q9media.com (espresso.q9media.com [216.254.138.122]) by hub.freebsd.org (Postfix) with ESMTP id 70BA037B416; Wed, 2 Jan 2002 12:37:35 -0800 (PST) Received: (from mike@localhost) by espresso.q9media.com (8.11.6/8.11.6) id g02KZFW71776; Wed, 2 Jan 2002 15:35:15 -0500 (EST) (envelope-from mike) Date: Wed, 2 Jan 2002 15:35:15 -0500 From: Mike Barcroft To: Chris Costello Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/string strcpy.3 Message-ID: <20020102153514.B69308@espresso.q9media.com> References: <200201021956.g02JuwQ39878@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200201021956.g02JuwQ39878@freefall.freebsd.org>; from chris@FreeBSD.org on Wed, Jan 02, 2002 at 11:56:58AM -0800 Organization: The FreeBSD Project 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 Chris Costello writes: > chris 2002/01/02 11:56:58 PST > > Modified files: > lib/libc/string strcpy.3 > Log: > Copy the sample `SECURITY CONSIDERATIONS' section from sec-doc.7. > This will be trimmed as the FreeBSD Security Architecture document > is fleshed out and committed. > > Obtained from: TrustedBSD Project > Sponsored by: DARPA, NAI Labs > > Revision Changes Path > 1.12 +67 -1 src/lib/libc/string/strcpy.3 Most of the text in this section is a duplication of the EXAMPLES section. Better examples, that don't yet exist, would be: how to use strcpy() safely, checking the return value to make sure a string hasn't been truncated, etc. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message