]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix a boundary condition error in slow() and fast() in multibyte locales:
authortjr <tjr@FreeBSD.org>
Wed, 17 Aug 2005 11:37:38 +0000 (11:37 +0000)
committertjr <tjr@FreeBSD.org>
Wed, 17 Aug 2005 11:37:38 +0000 (11:37 +0000)
commit3e6c619383729f66dd7bc034caedb789840f2491
treeb90425a2dd26c95b1ddd5b09464eefae5424f821
parent92f771be39b581d179dbc96ace4f4e459583f537
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.
lib/libc/regex/engine.c