NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/47757 CVS commit: [netbsd-6] src/lib/libc/stdio



The following reply was made to PR bin/47757; it has been noted by GNATS.

From: "Soren Jacobsen" <snj%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/47757 CVS commit: [netbsd-6] src/lib/libc/stdio
Date: Thu, 16 Apr 2015 06:24:16 +0000

 Module Name:	src
 Committed By:	snj
 Date:		Thu Apr 16 06:24:16 UTC 2015
 
 Modified Files:
 	src/lib/libc/stdio [netbsd-6]: gettemp.c
 
 Log Message:
 Pull up following revision(s) (requested by msaitoh in ticket #1282):
 	lib/libc/stdio/gettemp.c: revision 1.16
 PR/47757: Eric Radman: mktemp(3) mangles the pathname if not given an absolute
     path
 1. on error, gettemp() did not restore the path string
 2. when emulating mktemp() it is not an error for the pattern not to represent
    a real directory structure
 XXX[1]: pullup-5, pullup-6
 XXX[2]: the default pattern is the simplistic <pid><X> for mktemp.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.14 -r1.14.22.1 src/lib/libc/stdio/gettemp.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index