summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-04-24 19:00:54 +0000
committerUlrich Drepper <drepper@redhat.com>2009-04-24 19:00:54 +0000
commit9c32c895e01e69ae9760fb078ee785555e97bae6 (patch)
treea6e961968521f5c5b51cff34e844f0e23df18f6d /ChangeLog
parentc9edc8891dac165b8446cdd11db4304f9faf01d8 (diff)
* iconv/gconv_simple.c (BODY for UTF-8 to INTERNAL): Don't accept UTF-16 surrogates.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 35b45d825d..fd2c66a7cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.