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 /NEWS | |
parent | 1b671feb6115afbc90a7b37be4929d3e0394f311 (diff) | |
download | glibc-6e230d11837f3ae7b375ea69d7905f0d18eb79e5.tar glibc-6e230d11837f3ae7b375ea69d7905f0d18eb79e5.tar.gz glibc-6e230d11837f3ae7b375ea69d7905f0d18eb79e5.tar.bz2 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 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ Version 2.16 13963, 13967, 13968, 13970, 13973, 13979, 13983, 13986, 13996, 14012, 14027, 14033, 14034, 14036, 14040, 14043, 14044, 14048, 14049, 14053, 14055, 14059, 14064, 14075, 14080, 14083, 14103, 14104, 14109, 14112, - 14122, 14123, 14153, 14183, 14188, 14199 + 14122, 14123, 14134, 14153, 14183, 14188, 14199 * Support for the x32 ABI on x86-64 added. The x32 target is selected by configuring glibc with: |