NetBSD-Bugs archive

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

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



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

From: "Christos Zoulas" <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/41558 CVS commit: src/lib/libc/gen
Date: Sun, 25 Mar 2012 12:31:23 -0400

 Module Name:   src
 Committed By:  christos
 Date:          Sun Mar 25 16:31:23 UTC 2012
 
 Modified Files:
        src/lib/libc/gen: fnmatch.c
 
 Log Message:
 PR/41558: Stathis Kamperis: Treat a backslash followed by NUL as NUL, instead
 of a backslash if FNM_NOESCAPE is not set. According to TOG: a backslash in
 a pattern followed by any other character, will match that second character
 in the string.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.24 -r1.25 src/lib/libc/gen/fnmatch.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