diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2012-06-06 18:39:10 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2012-06-06 18:41:55 +0530 |
commit | 6e230d11837f3ae7b375ea69d7905f0d18eb79e5 (patch) | |
tree | 9f28c8ad04d625474d52cee21e7ab965efee251a /ChangeLog | |
parent | 1b671feb6115afbc90a7b37be4929d3e0394f311 (diff) | |
download | glibc-6e230d11837f3ae7b375ea69d7905f0d18eb79e5.tar.gz glibc-6e230d11837f3ae7b375ea69d7905f0d18eb79e5.tar.xz glibc-6e230d11837f3ae7b375ea69d7905f0d18eb79e5.zip |
Fix validation check when converting from ibm930 to utf
[BZ #14134] When converting IBM930 code with iconv(), if IBM930 code which includes invalid multibyte character "0xffff" is specified, then iconv() segfaults. This is easy to see using the following command: echo '0x0e 0x43 0x8c 0xff 0xff 0x43 0xbd 0x43 0xbd' | xxd -r | iconv -f IBM930 -t UTF-8
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 1615aad42f..b2fd4818f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2012-06-06 Siddhesh Poyarekar <siddhesh@redhat.com> + + [BZ #14134] + * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid + character 0xffff that matches the last element of the + conversion table. + 2012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com> * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm |