diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-02-03 01:31:30 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-02-03 01:31:30 +0000 |
commit | 1b14353ee3b4e840e3722fd3dbf1a371fc73f0ca (patch) | |
tree | b9e47fbe4335af7bdfd85587abbbbaefe58ef97a /ChangeLog | |
parent | ebc22416e4ab003dbe67c53590cfeaefd2b37da6 (diff) | |
download | glibc-1b14353ee3b4e840e3722fd3dbf1a371fc73f0ca.tar.gz glibc-1b14353ee3b4e840e3722fd3dbf1a371fc73f0ca.tar.xz glibc-1b14353ee3b4e840e3722fd3dbf1a371fc73f0ca.zip |
[BZ #9793]
2009-02-02 Ulrich Drepper <drepper@redhat.com> [BZ #9793] * iconv/gconv_trans.c (__gconv_transliterate): Don't change *OUTBUFSTART unless the whole output fit into the buffer. * iconv/Makefile (tests): Add tst-iconv4. * iconv/tst-iconv4.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index fcbc343a40..e79c0abb6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-02-02 Ulrich Drepper <drepper@redhat.com> + + [BZ #9793] + * iconv/gconv_trans.c (__gconv_transliterate): Don't change + *OUTBUFSTART unless the whole output fit into the buffer. + * iconv/Makefile (tests): Add tst-iconv4. + * iconv/tst-iconv4.c: New file. + 2009-02-01 Ulrich Drepper <drepper@redhat.com> * sysdeps/x86_64/cacheinfo.c (intel_02_known): Add new descriptors. |