Date: Wed, 2 Jan 2002 15:35:15 -0500 From: Mike Barcroft <mike@FreeBSD.org> To: Chris Costello <chris@FreeBSD.org> 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> In-Reply-To: <200201021956.g02JuwQ39878@freefall.freebsd.org>; from chris@FreeBSD.org on Wed, Jan 02, 2002 at 11:56:58AM -0800 References: <200201021956.g02JuwQ39878@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Chris Costello <chris@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020102153514.B69308>