CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/12/11 09:25:34
Modified files:
lib/libc/gen : fnmatch.c
Log message:
Remove an undocumented limit on the length of the pattern and string
to match of PATH_MAX. As fnmatch() is used for matching more than
just pathnames, this can prevent legitimate matches for long strings
or partterns. OK miod@ tedu@
