diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-01-22 10:17:45 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-01-22 10:17:45 -0800 |
commit | 4f08104cbf07d87a42c389f2af17f87c445e59d5 (patch) | |
tree | b325641b1cb5a2cd1f7b8eb485c4e81a71b35d78 /ChangeLog | |
parent | 0dae5d4ec1740b511af97c600df1ceea37ada73d (diff) | |
download | glibc-4f08104cbf07d87a42c389f2af17f87c445e59d5.zip glibc-4f08104cbf07d87a42c389f2af17f87c445e59d5.tar.gz glibc-4f08104cbf07d87a42c389f2af17f87c445e59d5.tar.bz2 |
regex_internal.c: don't assume WEOF fits in wchar_t
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2010-01-22 Jim Meyering <jim@meyering.net> + [BZ #11186] + * posix/regex_internal.c (re_string_skip_chars): Don't assume WEOF + fits in wchar_t. Problem reported by Eric Blake. + [BZ #11185] * posix/regex_internal.c (re_string_reconstruct): Remove declaration and stores into set-but-not-used local, "q". |