Searched hist:134802 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/lib/libc/regex/
H A Dregcomp.cdiff 134802 Sun Sep 05 06:30:42 MDT 2004 tjr Fix two problems with REG_ICASE that were introduced with the addition of
multibyte character support:
- In CHadd(), avoid writing past the end of the character set bitmap when
the opposite-case counterpart of wide characters with values less than
NC have values greater than or equal to NC.
- In CHaddtype(), fix a braino that caused alphabetic characters to be
added to all character classes! (but only with REG_ICASE)

PR: 71367

Completed in 122 milliseconds