Commit 1997177209382391a38d061f234fe04c74b863da

Stanislav Brabec 2012-02-24T12:24:44

regex: fix false multibyte matches in some regular expressions See <http://sourceware.org/bugzilla/show_bug.cgi?id=13637> and <http://sourceware.org/ml/libc-alpha/2012-02/msg00521.html>. * lib/regex_internal.c (re_string_skip_chars): Fix miscomputation of remain_len that may cause incomplete multi-byte character and false match.