cvs commit: src/lib/libc/regex engine.c
Tim J. Robbins
tjr at FreeBSD.org
Wed Aug 17 11:37:39 GMT 2005
tjr 2005-08-17 11:37:38 UTC
FreeBSD src repository
Modified files:
lib/libc/regex engine.c
Log:
Fix a boundary condition error in slow() and fast() in multibyte locales:
we must allow the character beginning at "p" to be converted to a wide
character for the purposes of EOL processing and word-boundary matching.
Revision Changes Path
1.17 +7 -6 src/lib/libc/regex/engine.c
More information about the cvs-src
mailing list