diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-04-24 19:00:54 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-04-24 19:00:54 +0000 |
commit | 9c32c895e01e69ae9760fb078ee785555e97bae6 (patch) | |
tree | a6e961968521f5c5b51cff34e844f0e23df18f6d /ChangeLog | |
parent | c9edc8891dac165b8446cdd11db4304f9faf01d8 (diff) | |
download | glibc-9c32c895e01e69ae9760fb078ee785555e97bae6.zip glibc-9c32c895e01e69ae9760fb078ee785555e97bae6.tar.gz glibc-9c32c895e01e69ae9760fb078ee785555e97bae6.tar.bz2 |
[BZ #10093]cvs/fedora-glibc-20090424T1908
* iconv/gconv_simple.c (BODY for UTF-8 to INTERNAL): Don't accept
UTF-16 surrogates.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2009-04-24 Ulrich Drepper <drepper@redhat.com> + [BZ #10093] + * iconv/gconv_simple.c (BODY for UTF-8 to INTERNAL): Don't accept + UTF-16 surrogates. + * locale/programs/locarchive.c (enlarge_archive): Conserve address space when temporarily mapping the whole content of the old file. |