diff options
author | Ulrich Drepper <drepper@gmail.com> | 2012-01-03 10:37:59 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-01-03 10:37:59 -0500 |
commit | 5e0d030065a49247b306a2b445fa7720b8ee09cb (patch) | |
tree | 3926700987a6215fe458747f4bfec96e7413baca /ChangeLog | |
parent | d1863a4e958fb6fcdfdc1a93188c8125ce5476ee (diff) | |
download | glibc-5e0d030065a49247b306a2b445fa7720b8ee09cb.tar.gz glibc-5e0d030065a49247b306a2b445fa7720b8ee09cb.tar.xz glibc-5e0d030065a49247b306a2b445fa7720b8ee09cb.zip |
Fix assertion in gconv's loop.c
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 074c7a8e8d..f31cc94f75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2012-01-03 Ulrich Drepper <drepper@gmail.com> + * iconv/loop.c (single loop): Fix assertion in storing of + remaining bytes. + * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings. 2012-01-01 Ulrich Drepper <drepper@gmail.com> |