diff options
author | Stanislav Brabec <sbrabec@suse.cz> | 2012-02-28 16:16:45 +0100 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2012-02-28 16:16:45 +0100 |
commit | 71b5d1c5d5a7ca0f8c047b07e5507857fcd29f97 (patch) | |
tree | 4ba1f111e4f9077efd9842ead4203ae5e2ff46bb /ChangeLog | |
parent | 450bf206b4eba7e2288bc6c6e487f60e26165dce (diff) | |
download | glibc-71b5d1c5d5a7ca0f8c047b07e5507857fcd29f97.tar glibc-71b5d1c5d5a7ca0f8c047b07e5507857fcd29f97.tar.gz glibc-71b5d1c5d5a7ca0f8c047b07e5507857fcd29f97.tar.bz2 glibc-71b5d1c5d5a7ca0f8c047b07e5507857fcd29f97.zip |
[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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2012-02-28 Stanislav Brabec <sbrabec@suse.cz> + + [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. + 2012-02-28 Andreas Schwab <schwab@linux-m68k.org> * include/dirent.h: Include <dirstream.h> before |