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.