/[base]
ViewVC logotype

Revision 254091


Jump to revision: Previous Next
Author: ache
Date: Thu Aug 8 09:04:02 2013 UTC (10 years, 10 months ago)
Changed paths: 1
Log Message:
According to POSIX \ in the fnmatch(3) pattern should escape
any character including '\0', but our version replace escaped '\0'
with '\\'.
I.e. fnmatch("\\", "\\", 0) should not match while fnmatch("\\", "", 0)
should (Linux and NetBSD does the same). Was vice versa.

PR:     181129
MFC after:      1 week


Changed paths

Path Details
Directoryhead/lib/libc/gen/fnmatch.c modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.27