]> git.ipfire.org Git - thirdparty/glibc.git/commit - ChangeLog
[BZ #13637]
authorStanislav Brabec <sbrabec@suse.cz>
Tue, 28 Feb 2012 15:16:45 +0000 (16:16 +0100)
committerAndreas Jaeger <aj@suse.de>
Tue, 28 Feb 2012 15:16:45 +0000 (16:16 +0100)
commit71b5d1c5d5a7ca0f8c047b07e5507857fcd29f97
tree4ba1f111e4f9077efd9842ead4203ae5e2ff46bb
parent450bf206b4eba7e2288bc6c6e487f60e26165dce
[BZ #13637]
* posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
of remain_len that may cause incomplete multi-byte character and
false match.
* posix/bug-regex33.c: New file.
* posix/Makefile (tests): Add bug-regex33.
ChangeLog
posix/Makefile
posix/bug-regex33.c [new file with mode: 0644]
posix/regex_internal.c