NetBSD-Bugs archive

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

PR/47757 CVS commit: src/lib/libc/stdio



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

From: "Christos Zoulas" <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/47757 CVS commit: src/lib/libc/stdio
Date: Mon, 22 Apr 2013 16:57:37 -0400

 Module Name:   src
 Committed By:  christos
 Date:          Mon Apr 22 20:57:36 UTC 2013
 
 Modified Files:
        src/lib/libc/stdio: gettemp.c
 
 Log Message:
 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.15 -r1.16 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