/[base]
ViewVC logotype

Revision 254353


Jump to revision: Previous Next
Author: ache
Date: Thu Aug 15 04:27:10 2013 UTC (10 years, 10 months ago)
Changed paths: 2
Log Message:
MFC: r254091

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


Changed paths

Path Details
Directorystable/9/lib/libc/ modified , props changed
Directorystable/9/lib/libc/gen/fnmatch.c modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.27