NetBSD-Bugs archive

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

PR/40319 CVS commit: src/lib/libc/gen



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

From: Luke Mewburn <lukem%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/40319 CVS commit: src/lib/libc/gen
Date: Sat,  3 Jan 2009 06:12:14 +0000 (UTC)

 Module Name:   src
 Committed By:  lukem
 Date:          Sat Jan  3 06:12:14 UTC 2009
 
 Modified Files:
        src/lib/libc/gen: fts.c
 
 Log Message:
 Ensure fts_close() doesn't spuriously close fd 0,
 by testing FTS_SYMFOLLOW in fts_flags instead of fts_options.
 Fix provided by Ben Harris in PR 40319
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.34 -r1.35 src/lib/libc/gen/fts.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