From owner-cvs-lib Wed Feb 14 21:02:19 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA13046 for cvs-lib-outgoing; Wed, 14 Feb 1996 21:02:19 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA13039 Wed, 14 Feb 1996 21:02:18 -0800 (PST) Date: Wed, 14 Feb 1996 21:02:18 -0800 (PST) From: Mike Pritchard Message-Id: <199602150502.VAA13039@freefall.freebsd.org> To: CVS-committers, cvs-lib Subject: cvs commit: src/lib/libc/stdio mktemp.3 Sender: owner-cvs-lib@FreeBSD.ORG Precedence: bulk mpp 96/02/14 21:02:18 Modified: lib/libc/stdio mktemp.3 Log: Added a little NOTES section explaining that passing in a string that resides in read-only memory is going to cause the program to core dump, and this is commmon with older pre-ANSI C programs. (I've scratched my head over this one at 3 in the morning before while trying to port some ancient program) Suggested by: Gary Kline Revision Changes Path 1.2 +22 -0 src/lib/libc/stdio/mktemp.3